程序员

crontab的格式说明与栗子

2016-03-18  本文已影响0人  嘻嘻的梦想

格式说明

分 时 日 月 星期 要运行的命令
第1列分钟1~59
第2列小时1~23(0表示子夜)
第3列日1~31
第4列月1~12
第5列星期0~6(0表示星期天)
第6列要运行的命令

栗子

30 21 * * * /usr/local/apache/bin/apachectl restart


45 4 1,10,22 * * /usr/local/apache/bin/apachectl restart


10 1 * * 6,0 /usr/local/apache/bin/apachectl restart


0,30 18-23 * * * /usr/local/apache/bin/apachectl restart


0 23 * * 6 /usr/local/apache/bin/apachectl restart


* */1 * * * /usr/local/apache/bin/apachectl restart


* 23-7/1 * * * /usr/local/apache/bin/apachectl restart


0 11 4 * mon-wed /usr/local/apache/bin/apachectl restart


0 4 1 jan * /usr/local/apache/bin/apachectl restart


上一篇下一篇

猜你喜欢

热点阅读