查看所有用户的crontab任务 以root用户执行 cat /etc/passwd | cut -f 1 -d : |xargs -I {} crontab -l -u {} 查看某个用户的crontab任务 crontab -l -u username