sky 发表于 2016-1-22 21:45:49

请教下如何设置好定时任务呢,我怎么设置都不行

http://www.dhst168.com/images/2.jpg
http://www.dhst168.com/images/3.jpg


我这样设置无法执行,请教下该怎么弄呢. 谢谢了

licess 发表于 2016-1-23 20:05:05

crontab教程:https://www.vpser.net/manage/crontab.html

/usr/local/php 只是个目录,不是可执行文件,另外你这个脚本也有问题吧,你得先自己试试你自己写的脚本能否运行

sky 发表于 2016-1-23 20:44:29

回复 2# 的帖子

*/30 * * * * /home/wwwroot/test/test1.sh >/dev/null 2>&1
*/15 * * * * /home/wwwroot/test/test2.sh >/dev/null 2>&1

那这样的设置是正确的吗?谢谢!

licess 发表于 2016-1-24 13:39:15

回复 3# 的帖子

crontab格式没问题
页: [1]
查看完整版本: 请教下如何设置好定时任务呢,我怎么设置都不行