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

linux设置开机同步时间

时间:2017-06-08 12:01:52      阅读:235      评论:0      收藏:0      [点我收藏+]

标签:自启   优先   ntpdate   config   evel   linu   bin   同步时间   设置   

在/etc/init.d/下新建zhjdate脚本,添加如下内容:

#!/bin/ksh
# chkconfig: 345 63 37
#chkconfig:345 63 37 (数字345是指在运行级别为3、4、5时启动;数字63是指启动的优先级;数字 37是指停止的优先级)
/usr/sbin/ntpdate us.pool.ntp.org >> /var/log/ntpdate.log

STEP 2:修改脚本属性
#chmod 755 zhjdate
STEP 3:配置脚本自启动
#chkconfig --level 345 zhjdate on

linux设置开机同步时间

标签:自启   优先   ntpdate   config   evel   linu   bin   同步时间   设置   

原文地址:http://www.cnblogs.com/tv151579/p/6961864.html

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