for user in $(cut -f1 -d: /etc/passwd); do crontab -u $user -l; done
display cronjob of all users
Share This Story, Choose Your Platform!
One Comment
Leave A Comment
You must be logged in to post a comment.
for user in $(cut -f1 -d: /etc/passwd); do crontab -u $user -l; done
You must be logged in to post a comment.
[…] Display cronjob of all users […]