CentOS NTP时间同步设置
CentOS NTP时间同步设置
cp /usr/share/zoneinfo/Asia/Shanghai /etc/localtime
yum -y install ntp
ntpdate cn.pool.ntp.org
service ntpd start
chkconfig ntpd on
互联网爱好者
CentOS NTP时间同步设置
cp /usr/share/zoneinfo/Asia/Shanghai /etc/localtime
yum -y install ntp
ntpdate cn.pool.ntp.org
service ntpd start
chkconfig ntpd on