What is cron?
It is the scheduling daemon of the Linux operating system
Cron jobs allow you to automate repetitive tasks on the server that hosts your web site. This is a powerful tool that allows you to take a hands-free approach to repetitive tasks.
There are two different modes you can use to add a cron job:
Standard – Provides a range of pre-set options that you can choose. This is the simplest method and is recommended.
Advanced (Unix Style) – Provides the regular Unix style cron options. Recommended for users who are used to this method of entering cron entries.
To add or modify a cron job:
Click on the Cron jobs button on the home page.
If you want to use the Standard mode, click on the Standard button.