useradd -d /home/test -m -s /bin/bash test vim /etc/sudoers test ALL=(ALL) NOPASSWD: ALL
for u in `cat /etc/passwd | cut -d":" -f1`;do crontab -l -u $u;done
ubuntu添加账号
原文:http://blog.51cto.com/395469372/2150062