User Tools

Site Tools


linux:ubuntu_show_crontab_all_users

Ubuntu Show Crontab For All Users

for user in $(cut -f1 -d: /etc/passwd); do crontab -u $user -l; done
linux/ubuntu_show_crontab_all_users.txt · Last modified: 24/11/2023 12:16 by Allan