Crontab Examples
Some examples to work with contrab
Edit crontab just run
Depends of the Linux distro you have it will show just a blank documents or just a bunch of comments
To show the crontab list run
Remove all crontab jobs (be careful with this command)
Edit the crontab for a specific user. The -u option requires administrator privileges
List the crontab for a specific user
Remove the crontab for a specific user
Crontab entries
Some examples of crontab entries, you can run any shell script and scheduling
Run the shell script on January 2 at 5:30 A.M
Run the same script as above, at 12:01 A.M., every Monday in January
Run every hour, on the hour, from 9 A.M. (09:00) through 6 P.M. (18:00), every day
Same as the above, but run it every twenty minutes
Run every Monday, at 5 A.M. and 5 P.M:
Run at 10:30 P.M., every weekday:
Time and date fields
----------
----------
© DarknessCode