Skip to content

Instantly share code, notes, and snippets.

@marioflores
Created September 23, 2013 15:21
Show Gist options
  • Save marioflores/6672073 to your computer and use it in GitHub Desktop.
Save marioflores/6672073 to your computer and use it in GitHub Desktop.
Cron Management
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