Skip to content

Instantly share code, notes, and snippets.

@aspen-roller
Created December 3, 2020 19:51
Show Gist options
  • Save aspen-roller/dfe40797c2760a45c928b51db73d75d3 to your computer and use it in GitHub Desktop.
Save aspen-roller/dfe40797c2760a45c928b51db73d75d3 to your computer and use it in GitHub Desktop.
view all cronjobs #util #cron
# RedHat
sudo bash -c 'tail -n +1 /var/spool/cron/*'
# Debian
sudo bash -c 'tail -n +1 /var/spool/cron/crontabs/*'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment