linux+php实现定时任务[链接] crontab 详细用法 定时任务

1.crontab 详细用法 定时任务

https://www.cnblogs.com/aminxu/p/5993769.html

2.查看crontab日志

https://www.cnblogs.com/doseoer/p/5663187.html    

其中:

         

3.linux中crontab命令启动/重启/停止详解

 https://blog.csdn.net/cardinalzbk/article/details/79180674

4.往 cron 中添加一个php作业

* * * * *  php  /绝对地址.../xx.php

猜你喜欢

转载自www.cnblogs.com/expedition/p/10652465.html