CentOS时间同步

#yum install -y ntpdate
#ntpdate 0.asia.pool.ntp.org

结果:7 Jan 11:00:21 ntpdate[7360]: adjust time server 119.28.183.184 offset -0.016468 sec

出现上述结果代表时间同步成功
如果上面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

#hwclock -w
#crontab -e
#* */1 * * * root ntpdate 0.asia.pool.ntp.org;hwclock -w
即:每隔一个小时同步一下internet时间。

你可能感兴趣的:(Linux)