我很沮丧。我们的服务器上有两个神秘的 cron 正在运行,我无法通过 crontab -l 找到它们。好消息是这些 cron 正在发送邮件。这就是我知道它们每小时在 :21m 和 :56m 运行的方式。
我有 root 访问权限,并且我也一直在查看 /etc/cron.daily 和 /etc/cron.hourly。
没有什么。
我是不是彻底瞎了?
答案1
用户 crontabs 的标准位置是/var/spool/cron/crontabs/
。总的来说,我会检查这些位置:
/etc/crontab
/etc/cron.hourly
,,,,/etc/cron.daily
/etc/cron.weekly
/etc/cron.monthly
/var/spool/cron/crontabs
根据您的操作系统发行版,~/.crontab
也可能有效。