A cron job is a command, that runs automatically in the background on a predefined period and it also runs a script within a hosting account. There are no limitations regarding what the script can be - PHP, Bash, Perl, etc., what it can do, or what exactly your file extension will be. A few examples are sending a daily report which contains all the client activity within a given site, creating a regular backup or deleting the content within a particular folder. These tasks or almost every other script can be executed on intervals picked by the end user - every few minutes, hours or days, and even monthly as well as once per year according to the exact purpose. Using cron jobs to improve numerous elements of administrating a site saves considerable time and efforts.

Cron Jobs in Web Hosting

The Hepsia Control Panel, which comes with all of our Linux web hosting, will help you to set up cron jobs in a couple of basic steps even when you haven't ever employed such a feature before. When you log in and navigate to the Cron Jobs section where you'll be able to assign background tasks, you just need to paste the server access path to PHP, Perl or Python according to the script that you will run, type the path inside of your account to the actual script file and select how often your cron job will be executed. For the aforementioned, you'll be able to use the standard mode and choose the days, hours, minutes, etc. via straightforward drop-down navigation, or if you are more experienced, you'll be able to use the advanced mode and set the time interval with numbers and asterisks i.e. the standard method that you might have employed with various Control Panels.

Cron Jobs in Semi-dedicated Hosting

You're able to set up as many cron jobs as you'd like if you host your websites with a semi-dedicated server account from us and it doesn't take over a minute to do that. Unlike various hosting Control Panels where you should type commands and use numbers and asterisks on a single line to create a cron job, the Hepsia Control Panel comes with a time and effort saving interface where you're able to decide how often a new cron should be executed by using simple drop-down menus to choose the minutes, hours, day of the week, etc. The two things which you'll have to submit manually are the folder path to the script file that should be executed plus the command path to the programming language system files in the account (PHP. Perl, Python). You will be able to copy and paste the aforementioned from the Server Information section of your hosting Control Panel, which means that it won't take you more than several clicks to set up a cron job within your semi-dedicated account.