Created
September 23, 2013 15:21
-
-
Save marioflores/6672073 to your computer and use it in GitHub Desktop.
Cron Management
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
crontab -e Edit your crontab file, or create one if it doesn’t already exist. | |
crontab -l Display your crontab file. | |
crontab -r Remove your crontab file. | |
crontab -v Display the last time you edited your crontab file. (This option is only available on a few systems.) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment