Changes

Jump to: navigation, search

Crontab tutorial

14 bytes added, 11:54, 14 January 2017
Shortcuts for crontab Entries
Below are a listing of shortcut keywords (in bold) can can be used to represent the fields.
 
You would still have to specify the command or program to run.
<pre>
'''@reboot''' Run once, at startup. None
'''@yearly''' Run once a year 0 0 1 1 *
'''@midnight''' (same as @daily) 0 0 * * *
'''@hourly''' Run once an hour 0 * * * *
</pre>
13,420
edits

Navigation menu