Category: Cron Jobs

How to Setup, Add, Edit and Configure Cron Jobs in cPanel

Quick Steps Log into your cPanel hosting account. Locate and click on the “Cron Jobs” icon under the “Advanced” category. Fill in the required information and click “Add new cron job” Cron is a utility service in Linux servers which can schedule a command or script on your account to run automatically at a fixed time,

Continue reading…

What are cron jobs?

Cron jobs are routines that execute a script on any given interval. For instance, you may have a script that cleans files from a directory or updates a certain database and need to run that script every few hours. This would be accomplished with a cron job, because the cron job would execute the same

Continue reading…