Skip to content

Instantly share code, notes, and snippets.

@anil826
Created January 3, 2016 10:17
Show Gist options
  • Save anil826/9632d3e609a1bb18ab9c to your computer and use it in GitHub Desktop.
Save anil826/9632d3e609a1bb18ab9c to your computer and use it in GitHub Desktop.
cronjob commands
crontab -l #list all cronjob using this command
crontab -r #To remove all cronjob which are listed.
crontab -e #which will allow you to edit the crontab file, deleting or commenting out the offending line.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment