for user in $(cut -f1 -d: /etc/passwd); do echo $user; crontab -u $user -l; done
source
*/5 * * * * /do/stuff/every/5/minutes