摘要: https://blog.csdn.net/qq_19731521/article/details/117440169 阅读全文
posted @ 2022-02-10 14:49 铜锣湾扛把子·66 阅读(89) 评论(0) 推荐(0)
摘要: root 用户执行 cat /etc/passwd | cut -f 1 -d : |xargs -I {} crontab -l -u {} (查看所有用户的计划任务)crontab -l -u username (查看指定用户的计划任务) 阅读全文
posted @ 2022-02-10 11:47 铜锣湾扛把子·66 阅读(375) 评论(0) 推荐(0)