Run this command as root:
for user in $(cut -f1 -d: /etc/passwd); do echo $user; crontab -u $user -l; done
My developments and life's work documented.
Run this command as root:
for user in $(cut -f1 -d: /etc/passwd); do echo $user; crontab -u $user -l; done