Changes

Jump to: navigation, search

Crontab tutorial

5 bytes added, 11:58, 14 January 2017
Shortcuts for crontab Entries
<span style="font-family:courier">
'''@reboot''' Run once, at startup.<br>
'''@yearly''' Run once a year (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 (replaces: 0 0 * * *)<br>'''@hourly''' Run once an hour (replaces: 0 * * * *)<br>
</span>
13,420
edits

Navigation menu