Centos6.6 系统时间及时区校准方法:
1)chkconfig --list|grep ntp【检查ntp服务是否开启】
1.没有ntpdate 要yum install ntp(rqm –qa ntp装完检查)
2.安装完成以后,继续step2
2)chkconfig --level 3 ntpdate on【开机自启ntpdate自动更新时间服务】
3)chkconfig --list|grep ntp【检查服务是否开启】
4 )ntpdate -s time.windows.com
clock【更新系统时间并检查】
5)grep ntpdate -s time.windows.com /etc/sysconfig/clock【写入开机启动项】
时间: 2024-10-27 01:10:40