问题是设置cron作业

时间:2013-02-17 16:59:00

标签: php cron

我是第一次尝试在我的linux服务器中设置cron作业。 我想每隔5分钟设置一次我的文件。 为此,我做了以下事情:

1. login through cpanel
2. Click Cron Jobs under Advance option.
3. In Add New Cron Job, select every 5 minutes in Common Settings and in Command text box write down the code */5 * * * * wget http://www.forwardx.in/sri/test.php  > /dev/null 
4 Click on the Add New Cron Job button.

但我得到的错误就像“ - ”:1:crontab文件中的命令错误,无法安装。

如何解决此问题?请帮帮我。

2 个答案:

答案 0 :(得分:0)

我相信如果你从常用设置中选择时间,你需要输入的只是命令

wget http://www.forwardx.in/sri/test.php

您也在输入时间表。尝试省略计时部分。

答案 1 :(得分:0)

可能是路径中没有设置wget,所以请尝试使用fullpath。 这应该是“/ usr / bin / wget”而不是“wget”