Skip to content

Instantly share code, notes, and snippets.

@BrandAndCelebrities
Created June 17, 2013 07:26
Show Gist options
  • Save BrandAndCelebrities/5795180 to your computer and use it in GitHub Desktop.
Save BrandAndCelebrities/5795180 to your computer and use it in GitHub Desktop.
Gestion du crontab
Pour afficher le crontab
$ crontab -l
Pour créer ou éditer un crontab
$ crontab -e
Pour supprimer un crontab
$ crontab -r
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment