Quote:
Originally Posted by PrinceTin
Are CRON jobs cPanel spesific, meaning is cPanel the only interface that you can use them through? Or are can they be used and maintained through any control panel?
|
In UNIX/Linux OS " cron " is nothing but daemon to execute scheduled commands Or is a way of performing scheduled tasks.
Cron jobs allow you to automate certain commands or scripts on your server, saving your time and energy while doing same task repetitively.
For example, as we all know backing up your data is very important and this should be done at regular time interval.. repetitively..
So might become tedious job to do. But you can most certainly set a cronjob to automate this process .
As mentioned above " cron " is nothing but daemon to execute scheduled commands in UNIX/Linux based OS. So all the control panel supporting UNIX/Linux OS have provision to setup such cron jobs.
To name few control panels other then cPanel which supports " cron " jobs is Plesk, DotNetPanel .
Steps to setup " cron " may differ from one control panel to other, but the UNIX/Linux command remains the same..!