crontab mistake

466阅读 1评论2009-06-15 xiaoone
分类:LINUX

crontab mistake

* */2 * * * sh /tools/disk.sh   
#this command is not per 2 hour run ,but per min;
bacause the first column * is meants per min 
the right command 
0 */2 * * * sh /tools/disk.sh
上一篇:vsftp-ssl-映射
下一篇:几次网站受到cc 攻击的经验

文章评论