查看所有用户下的定时任务


查看所有用户下的定时任务

for in `cat /etc/passwd | cut -d":" -f1`;do crontab --u $u;done

更简单是是

cat /var/spool/cron/*