yum install ntp -y
vim /etc/ntp.conf
注释掉原有的server配置
加入自己的server配置
systemctl start ntpd
下面修改时区
tzselect
选Asia–China–beijing
把localtime的软链删了,重新做
rm /etc/localtime
ln -sf /usr/share/zoneinfo/Asia/Shanghai /etc/localtime
My new home on the NET
yum install ntp -y
vim /etc/ntp.conf
注释掉原有的server配置
加入自己的server配置
systemctl start ntpd
下面修改时区
tzselect
选Asia–China–beijing
把localtime的软链删了,重新做
rm /etc/localtime
ln -sf /usr/share/zoneinfo/Asia/Shanghai /etc/localtime