当前位置: 技术问答>linux和unix
ubuntu cron定时任务突然不能用了!!
来源: 互联网 发布时间:2017-05-23
本文导语: 我原先作了cron定时任务,执行了好几天都是可以用的。 00 13 * * * chenlingxiao cd ~/CLI && php release.php 00 8 * * * chenlingxiao cd ~ && php build.php 00 24 * * * chenlingxiao . ~/clean_OTA.sh 但是有一...
我原先作了cron定时任务,执行了好几天都是可以用的。
00 13 * * * chenlingxiao cd ~/CLI && php release.php
00 8 * * * chenlingxiao cd ~ && php build.php
00 24 * * * chenlingxiao . ~/clean_OTA.sh
但是有一天突然不行了。
我加了下面的
* * * * * chenlingxiao /bin/date>/tmp/the_time
也不行。
不知道咋回事。有人知道哇?
00 13 * * * chenlingxiao cd ~/CLI && php release.php
00 8 * * * chenlingxiao cd ~ && php build.php
00 24 * * * chenlingxiao . ~/clean_OTA.sh
但是有一天突然不行了。
我加了下面的
* * * * * chenlingxiao /bin/date>/tmp/the_time
也不行。
不知道咋回事。有人知道哇?
|
先看看cron服务是不是正常运行,再查cron日志里的报错信息