cPanel: Cron job – how to create one +(video)

First, you need to log in your cPanel and after that to find and click on Cron Jobs

cPanel Cron

cPanel make creating of cron job very easily. You need to choose then the job will be executed – which minute, which hour, day, month or weekday. And finally what kind of command you want to execute – some php file or bash or to download something.

Example of cron jobs

0 17 * * sun  /scripts/script.sh

Schedule a cron to execute on every Sunday at 5 PM

* * * jan,may,aug *  /script/script.sh

Schedule a cron to execute on selected months.

Also Read

Web Software installation

With BGOcloud's cPanel hosting service You can set-up advanced web-based software in...

Reset login password

In case You forgot your password, when You try to login, a "Forgot Password?" button will appear...

Logging in to Your Account

To login to your customer account area on our website you can click Login from the top menu of...

Modifying file permissions +(video)

Changing File Permissions We recommend that you set your files to 644 and your folders to 755....