Created
December 3, 2020 19:51
-
-
Save aspen-roller/dfe40797c2760a45c928b51db73d75d3 to your computer and use it in GitHub Desktop.
view all cronjobs #util #cron
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# 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