码迷,mamicode.com
首页 > 系统相关 > 详细

shell下添加计划性任务

时间:2015-11-10 17:45:02      阅读:210      评论:0      收藏:0      [点我收藏+]

标签:

*/1 * * * * /bin/sh /tmp/hello.sh    

###每1分钟执行以下/tmp下的hello.sh脚本

service crond restart   重启任务计划
技术分享
* 12  * * * /etc/init.d/httpd restart      
##  每天12:00重启Apache服务器
##  没变量的话需要加变量  /bin/sh

shell下添加计划性任务

标签:

原文地址:http://www.cnblogs.com/yangxiaofei/p/4953557.html

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