我第一次尝试在我的 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.
但是我在 crontab 文件中收到类似“-”:1:bad 命令错误的错误,无法安装。
如何解决这个问题?请帮我。