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

CRONTAB

时间:2019-12-24 09:24:21      阅读:65      评论:0      收藏:0      [点我收藏+]

标签:aci   image   host   height   执行   sha   body   alt   index   

1.定时执行格式

技术图片

 

1.1  每一个小时执行一次

* 1/* * * *

1.2 每一天的三点

00 03 * * *

 

2.具体实现

1
2
3
4
[root@localhost tomcat]# crontab -e
00 03 * * * /root/ansible/tomcat/zhou.sh
[root@localhost tomcat]# crontab -l
00 03 * * * /root/ansible/tomcat/zhou.sh

CRONTAB

标签:aci   image   host   height   执行   sha   body   alt   index   

原文地址:https://www.cnblogs.com/kriskris/p/12089586.html

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