NTP服务器:Network Time Protocol(NTP)是用来使计算机时间同步化的一种协议,它可以使计算机对其服务器或时钟源(如石英钟,GPS等等)做同步化,它可以提供高精准度的时间校正(LAN上与标准间差小于1毫秒,WAN上几十毫秒),且可介由加密确认的方式来防止恶毒的协议***.
1.可靠的公共ntp服务器地址:
中国 cn.ntp.org.cn
2.同步方法:
临时同步:ntpdate cn.ntp.org.cn
长期同步:echo "ntpdate cn.ntp.org.cn" >>/etc/cron.daily/timeupdate
或 添加crontab任务,*/5 * * * * /usr/sbin/ntpdate ntpdate cn.ntp.org.cn