linux 同步中国时间

rm -rf /etc/localtime
cp /usr/share/zoneinfo/Asia/Shanghai /etc/localtime

yum -y install ntpdate ntp
ntpdate time.windows.com && hwclock -w
ntpdate 210.72.145.44 && hwclock -w
ntpdate time.nist.gov && hwclock -w

你可能感兴趣的:(linux)