Skip to content

Instantly share code, notes, and snippets.

@hanafiah
Created October 22, 2013 03:02
Show Gist options
  • Save hanafiah/7094574 to your computer and use it in GitHub Desktop.
Save hanafiah/7094574 to your computer and use it in GitHub Desktop.
list all cronjob in server
for user in $(cut -f1 -d: /etc/passwd); do crontab -u $user -l; done
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment