linux crontab定时任务不执行

如crontab 没有成功,检测crontab 服务是否启动。
/etc/init.d/crond status 

/etc/init.d/crond restart
cron 是系统守护进程,位置:
/etc/init.d/crond
参数:start,stop,restart,reload
crontab执行后日志文件路径
/var/log/cron

如果以上都正常,让crontab输出日志信息。(注意:脚本所有引用文件必须是绝对路径。)

* * * * * /usr/local/php/bin/php /data/wwwroot/site/test.php >/dev/log.log 2>&1
打开

/dev/log.log日志信息,查看输出信息是否有误。

cat /dev/log.log

 

您可以选择一种方式赞助本站

发表评论

:?: :razz: :sad: :evil: :!: :smile: :oops: :grin: :eek: :shock: :???: :cool: :lol: :mad: :twisted: :roll: :wink: :idea: :arrow: :neutral: :cry: :mrgreen: