首页 > 代码库 > linux 用NTP设定中国时间并同步
linux 用NTP设定中国时间并同步
1、NTP 设置为中国上海时间并同步
[root@localhost ~]yum install -y ntp [root@localhost ~]rm -rf /etc/localtime [root@localhost ~]ln -s /usr/share/zoneinfo/Asia/Shanghai /etc/localtime [root@localhost ~]ntpdate cn.pool.ntp.org [root@localhost ~]date
2、用crond添加计划任务:
在最后添加 “3 3 * * * /usr/sbin/ntpdate 0.asia.pool.ntp.org > /dev/null 2>&1 ”,最后重启服务。
[root@localhost ~]# crontab -e [root@localhost ~]# crontab -l
3 3 * * * /usr/sbin/ntpdate cn.pool.ntp.org > /dev/null 2>&1
。。。
[root@localhost ~]# service crond restart Stopping crond: [ OK ] Starting crond: [ OK ]
本文出自 “福州恒达电脑” 博客,请务必保留此出处http://fzhddn.blog.51cto.com/12650899/1917110
linux 用NTP设定中国时间并同步
声明:以上内容来自用户投稿及互联网公开渠道收集整理发布,本网站不拥有所有权,未作人工编辑处理,也不承担相关法律责任,若内容有误或涉及侵权可进行投诉: 投诉/举报 工作人员会在5个工作日内联系你,一经查实,本站将立刻删除涉嫌侵权内容。