1. date命令:
#date
显示系统时间
2.hwclock命令 (即hardwareclock系统硬件时间)
#hwclock
显示硬件时间
#hwclock -w
将系统时间写入到系统硬件当中
3.ntpdate
ntpdate 是一个linux时间同步服务软件,具体的详细资料请参考下百度,有很多详细的资料
1.安装ntpdate服务
yum install -y ntpdate
2.同步时间
ntpdate time.nist.gov
结果:21 Aug 17:45:58 ntpdate[14560]: step time server 129.6.15.29 offset 2735.889812 sec
出现上述结果代表时间同步成功,上面的大致意思为调整时间为服务器129.6.15.29的时间,相差2735.889812秒的时间
如果上面time.nist.gov服务器同步不了,可以换下面几个时间服务器试试:
time.nist.gov
time.nuri.net
0.asia.pool.ntp.org
1.asia.pool.ntp.org
2.asia.pool.ntp.org
3.asia.pool.ntp.org
3.同步时间成功后调整硬件时间
#hwclock -w
执行成功后, 查看系统硬件时间(不出意外的话,现在date和hwclock现实的时间均为internet时间)
#date
#hwclock
示例:
分类:Centos
标签:
评论已关闭!