查看所有用户下的定时任务 for u in `cat /etc/passwd | cut -d":" -f1`;do crontab -l -u $u;done 相关文章: 2021-11-28 2021-12-03 2022-12-23 2022-12-23 2021-11-22