Cron Job Structure
Examples:
0 0 1,15 * * command
: Run at midnight of 1,15 of every month
*/10 * * * * command
: Run every 10 minutes
0 0-5 * * * command
: Run every day every hour between midnight and 5
View Cron Jobs
Edit/ Add Cron Jobs
Delete Cron Jobs
INFO
- For cron jobs of the root user add “sudo” before the command
- Cron jobs are saved in /etc under the folders /cron.d, /cron.hourly, /cron.daily, /cron.monthly, /cron.weekly (Useful if crontab is not present)