linux校准时间 先用date命令看看时间是否准确。然后用root用户 执行 ntpdate cn.pool.ntp.org 。最后再用date查看是否校准。
0 1 * * * ntpdate cn.pool.ntp.org
ntpdate cn.pool.ntp.org
ntpdate 203.107.6.88 #阿里
ntpdate 210.72.145.44 #中国国家
永久校准:
rm -rf /etc/localtime
cp /usr/share/zoneinfo/Asia/Shanghai /etc/localtime
ntpdate -u ntp.api.bz
hwclock -w