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

linux 用NTP设定中国时间并同步

时间:2017-04-18 22:33:02      阅读:242      评论:0      收藏:0      [点我收藏+]

标签:ntp linux


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设定中国时间并同步

标签:ntp linux

原文地址:http://fzhddn.blog.51cto.com/12650899/1917110

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