Open main menu

CDOT Wiki β

Changes

Crontab tutorial

87 bytes removed, 11:57, 14 January 2017
Shortcuts for crontab Entries
<span 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) replaces: 0 0 1 1 *<br>'''@monthly''' Run once a month (replaces: 0 0 1 * *<br>'''@weekly''' Run once a week (replaces: 0 0 * * 0<br>'''@daily''' Run once a day 0 0 * * *<br>'''@midnight''' (same as @daily) replaces: 0 0 * * *<br>'''@hourly''' Run once an hour (replaces: 0 * * * *<br>
</span>
13,420
edits