crontab 配置格式说明

68747470733a2f2f696d672e616c6963646e2e636f6d2f7470732f544231345178334d585858585858415856585858585858585858582d3532332d3431392e6a7067

1、编写shell脚本

/data/test.sh

#! /bin/sh

第一种是通过curl方式调用

/usr/bin/curl http://www.xxxx.com/test/index >> /data/test.log

第二种是通过php直接执行php文件方式调用

/usr/bin/php /data/wwwroot/test.php >> /data/test.txt

2、添加定时任务

命令行输入:crontab -e

*/1 * * * * /data/test.sh >> /data/test.txt

保存并退出,然后重新加载crontab文件,或重启,上面是每分钟执行一次。

service crontab restart 重启

service crontab reload 重新加载

登入/注册
卧槽~你还有脸回来
没有账号? 忘记密码?