【发布时间】:2015-04-13 08:44:51
【问题描述】:
我知道这个问题已经被问过很多次了,我也做了很多研究,但我仍然无法运行这个极其简单的 cron:
$ crontab -l
* * * * * /bin/date
理想情况下,这应该每分钟打印一次日期。
没有cron.allow 或cron.deny 文件,cron 守护进程正在工作:
ps -e | grep cron
1119 ? 00:00:00 cron
17646 ? 00:00:00 cron
知道可能出了什么问题吗?
【问题讨论】: