Linux crontab 查看所有用户的crontab任务

查看所有用户的crontab任务 - mlzhu007的专栏 - CSDN博客

https://blog.csdn.net/mlzhu007/article/details/81662091

以root用户执行

cat /etc/passwd | cut -f 1 -d : |xargs -I {} crontab -l -u {}

 

Linux crontab命令 | 菜鸟教程
https://www.runoob.com/linux/linux-comm-crontab.html

linux 查看crontab任务执行情况 - youzhouliu的博客 - CSDN博客
https://blog.csdn.net/youzhouliu/article/details/54311099

posted @ 2019-07-12 14:35  任国强  阅读(6318)  评论(0编辑  收藏  举报