请教下如何设置好定时任务呢,我怎么设置都不行
http://www.dhst168.com/images/2.jpghttp://www.dhst168.com/images/3.jpg
我这样设置无法执行,请教下该怎么弄呢. 谢谢了 crontab教程:https://www.vpser.net/manage/crontab.html
/usr/local/php 只是个目录,不是可执行文件,另外你这个脚本也有问题吧,你得先自己试试你自己写的脚本能否运行
回复 2# 的帖子
*/30 * * * * /home/wwwroot/test/test1.sh >/dev/null 2>&1*/15 * * * * /home/wwwroot/test/test2.sh >/dev/null 2>&1
那这样的设置是正确的吗?谢谢!
回复 3# 的帖子
crontab格式没问题
页:
[1]