Skip to content

Instantly share code, notes, and snippets.

@m1ch3lp3r3z
Created January 21, 2016 19:09
Show Gist options
  • Save m1ch3lp3r3z/94348ade08f7186ebb4e to your computer and use it in GitHub Desktop.
Save m1ch3lp3r3z/94348ade08f7186ebb4e to your computer and use it in GitHub Desktop.
Useful commands
# List all cron jobs for all users
for user in $(cut -f1 -d: /etc/passwd); do sudo crontab -u $user -l; done
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment