Skip to content

Instantly share code, notes, and snippets.

@Chitrank-Dixit
Last active September 14, 2016 15:40
Show Gist options
  • Save Chitrank-Dixit/9f201e5de5b0bc819c65b354eaae40ca to your computer and use it in GitHub Desktop.
Save Chitrank-Dixit/9f201e5de5b0bc819c65b354eaae40ca to your computer and use it in GitHub Desktop.
crontab cheatsheet

(specify the cronjob) after saving this it installs the specified crontab

crontab -e

to start cron

sudo service cron start

to stop cron

sudo service cron stop

to restart cron

sudo service cron restart

link: http://ricostacruz.com/cheatsheets/cron.html

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