标签:
1. 安装ntpdate
yum install ntpdate
2. 拷贝/usr/share/zonesinfo/Shang到 /etc/localtime
su
cp /usr/share/zonesinfo /etc/localtime
3. 停用ntpd服务
service stop ntpd
4. 使用ntpdate更新时间
ntpdate cn.pool.ntp.org
标签:
原文地址:http://www.cnblogs.com/freeAk47/p/4790514.html