An overview of using Ubuntu's built in Cron system.
Go to file
Sarimoko 2be4698fab Update 'README.md' 2021-07-21 03:44:03 +00:00
.gitignore Initial commit 2021-07-21 03:40:13 +00:00
LICENSE Initial commit 2021-07-21 03:40:13 +00:00
README.md Update 'README.md' 2021-07-21 03:44:03 +00:00

README.md

Cron

An overview of using Ubuntu's built in Cron system.

[minute] [hour] [day_of_month] [month] [day_of_week] [user] [command_to_run]
* * * * * root /root/update.sh
Field Values allowed
Minute 0 to 59
Hour 0 to 23
Day of month 1 to 31
Month 1 to 12 OR JAN to DEC
Day of week 0 to 6 OR SUN to SAT