Cron job - how to create one in cPanel +(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.

Get hosting solutions with easy-to-use control panel. Choose from variety of services at low prices.

Get Started!
icon knowledge

Related Articles

Edit text/config file with File Manager

When You need to edit some configuration file or a web-page file, it is not necessary to download...

How to access my cPanel interface

How to access my cPanel control interface?There are several ways to accomplish this.The easiest...

How to create a new email account in cPanel +(video)

When you buy a domain you want to create a beautiful website. You can do it easily with our...

cPanel: Blocking an IP +(video)

You want someone not to visit your website. Here how can be done.First, you need to go to cPanel...