Open main menu

CDOT Wiki β

Changes

Crontab tutorial

62 bytes added, 11:54, 14 January 2017
Shortcuts for crontab Entries
You would still have to specify the command or program to run.
<prespan style="font-family:courier">'''@reboot''' Run once, at startup. None<br>'''@yearly''' Run once a year 0 0 1 1 *<br>'''@annually''' (same as @yearly) 0 0 1 1 *<br>'''@monthly''' Run once a month 0 0 1 * *<br>'''@weekly''' Run once a week 0 0 * * 0<br>'''@daily''' Run once a day 0 0 * * *<br>'''@midnight''' (same as @daily) 0 0 * * *<br>'''@hourly''' Run once an hour 0 * * * *<br></prespan>
13,420
edits