LinkSky Help & Support

How Do I Add/Setup a Cron Job?

Cron jobs are command-line scheduled tasks, which can run an operating system command directly.

To add/setup a cron job:

how do i add setup a cron job cpanel advanced section

Here is an example cron job command:

php -q /home/yourusername/public_html/cron.php >/dev/null 2>&1

Note: This will execute PHP to run the cron.php script in the public_html folder and supress the output.

Please let us know if you have any questions or need further help.