Blogger Information
Blog 40
fans 0
comment 0
visits 45785
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template
Linux 定时任务
无須終有的博客
Original
663 people have browsed it

定时任务命令

  1. 定时任务服务提供crontab命令来设定服务

  2. crontab -e  //编辑摸个用户的cron服务

  3. crontab -i   //列出某个用户cron服务的详细内容

  4. crontab -r //删除某个用户的cron服务

编辑

sudo crontab -e

 */1 * * * * /phpstucy/server/php/bin/php /phpstudy/www/xm/public/12.php

:wq 保存

查看

QQ截图20180724102016.png

删除所有的定时任务

sudo crontab -r    

1.png

定时任务格式

QQ截图20180724102312.png

1.png

用的时候需要 先写好一个php执行文件

然后sudo crontab -e 

 */1 * * * * /phpstucy/server/php/bin/php /phpstudy/www/xm/public/12.php

相当于每分钟执行一次这个php文件

Statement of this Website
The copyright of this blog article belongs to the blogger. Please specify the address when reprinting! If there is any infringement or violation of the law, please contact admin@php.cn Report processing!
All comments Speak rationally on civilized internet, please comply with News Comment Service Agreement
0 comments
Author's latest blog post