码迷,mamicode.com
首页 > 其他好文 > 详细

crontab 误区

时间:2016-11-17 10:24:28      阅读:164      评论:0      收藏:0      [点我收藏+]

标签:nbsp   local   重启   标准   单位   bsp   输出   null   cal   

crontab -u howhy -e

* 3-6 * * * /bin/bash /opt/local/nginx/sbin/nginx -s reload 这个错误的表示零晨3点到6点每分钟都重启nginx

要表示零晨3点到6点每整点执行重启nginx 最小单位即分就为00

要求:

 1.要有注释

 2.有标准输出时不要有>/dev/null 2>&1若没有则可以加

 3.一般要用绝对路径

 4.目录文件要存在

每小时打包,包的文件名要精确到小时 tar zcf /etc/services 

crontab 误区

标签:nbsp   local   重启   标准   单位   bsp   输出   null   cal   

原文地址:http://www.cnblogs.com/howhy/p/6072418.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!