Skip to content

Instantly share code, notes, and snippets.

@m1ch0pv
Created January 21, 2016 19:09
Show Gist options
  • Select an option

  • Save m1ch0pv/94348ade08f7186ebb4e to your computer and use it in GitHub Desktop.

Select an option

Save m1ch0pv/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