for user in $(cut -f1 -d: /etc/passwd); do echo id $user; crontab -u $user -l ; done
너는 개발자냐?
by [czar]