Skip to content

Instantly share code, notes, and snippets.

@roopeshvaddepally
Created October 28, 2011 21:27
Show Gist options
  • Save roopeshvaddepally/1323610 to your computer and use it in GitHub Desktop.
Save roopeshvaddepally/1323610 to your computer and use it in GitHub Desktop.
See cron jobs of all users
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