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

crontab不执行

时间:2017-04-10 15:31:59      阅读:142      评论:0      收藏:0      [点我收藏+]

标签:crontab

36 11 * * *  source /etc/profile;/bin/bash -x /tmp/zimbra_delivery_report.sh > /tmp/666 2&>1


这种是不可以的,即使加了source /etc/profile; 也是crontab中执行不成功

原因是:

> /tmp/666 2&>1


解决方法:

改成:

> /tmp/666

或者

> /dev/null 2&>1

crontab不执行

标签:crontab

原文地址:http://tenderrain.blog.51cto.com/9202912/1914476

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