ubuntu:cron
Differences
This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
ubuntu:cron [2020/07/15 09:30] – external edit 127.0.0.1 | ubuntu:cron [2021/07/05 21:53] (current) – [Cron] peter | ||
---|---|---|---|
Line 12: | Line 12: | ||
The jobs inside the crontab file are known as cron jobs, and consist of standard Linux commands. | The jobs inside the crontab file are known as cron jobs, and consist of standard Linux commands. | ||
+ | |||
+ | <code bash> | ||
+ | | ||
+ | │ ┌───────────── hour (0 - 23) | ||
+ | │ │ ┌───────────── day of the month (1 - 31) | ||
+ | │ │ │ ┌───────────── month (1 - 12) | ||
+ | │ │ │ │ ┌───────────── day of the week (0 - 6) (Sunday to Saturday; | ||
+ | │ │ │ │ │ 7 is also Sunday on some systems) | ||
+ | │ │ │ │ │ | ||
+ | │ │ │ │ │ | ||
+ | * * * * * <command to execute> | ||
+ | </ | ||
{{: | {{: |
ubuntu/cron.1594805433.txt.gz · Last modified: 2020/07/15 09:30 by 127.0.0.1