标签:share time 使用 ntpd har 同步 yum ntpdate server
新装的CentOS系统server可能设置了错误的,须要调整时区并调整时间.例如以下是CentOS系统使用NTP来从一个时间server同步:
第一步: 把当前时区调整为上海就是+8区,想改其它时区也能够去看看/usr/share/zoneinfo文件夹;
cp /usr/share/zoneinfo/Asia/Shanghai /etc/localtime
第二步:利用ntpdate同步标准时间ntpdate us.pool.ntp.org
注:没有安装ntpdate的能够yum一下: yum install -y ntpdate标签:share time 使用 ntpd har 同步 yum ntpdate server
原文地址:http://www.cnblogs.com/jhcelue/p/6791193.html