Crontab
What's crontab?
The cron command-line utility is a job scheduler on Unix-like operating systems. Users who set up and maintain software environments use cron to schedule jobs (commands or shell scripts), also known as cron jobs, to run periodically at fixed times, dates, or intervals.
Operators
Description
*
all values
,
separate individual values
-
a range of values
/
divide a value into steps
Examples
Format example
Description
every hour
every 15 minutes
every 2 hours
every week Mon-Sat at 6pm
every Sat and Sun on 2:10am
every Sunday midnight
every reboot
Last updated