Cron: Difference between revisions
(Created page with "The Linux way to schedule commands. http://www.adminschoice.com/crontab-quick-reference == Setting up a script to run every five minutes == crontab -e") |
No edit summary |
||
Line 6: | Line 6: | ||
crontab -e | crontab -e | ||
and edit it to something like |
Revision as of 11:35, 16 March 2017
The Linux way to schedule commands.
http://www.adminschoice.com/crontab-quick-reference
Setting up a script to run every five minutes
crontab -e
and edit it to something like