Skip to content

Instantly share code, notes, and snippets.

@tsabat
Created September 19, 2013 03:27
Show Gist options
  • Save tsabat/6618756 to your computer and use it in GitHub Desktop.
Save tsabat/6618756 to your computer and use it in GitHub Desktop.
stop all crons

dump and remove

crontab -l > cronfile.dat   # Save actual crontab file
crontab -r                  # Remove crontab file

restore

crontab < cronfile.dat
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment