安裝NTP軟件包bash
yum -y install ntp
設置NTP爲默認啓動rest
systemctl enable ntpd
其餘NTP服務code
service ntpd restart
修改時區爲上海class
ln -sf /usr/share/zoneinfo/Asia/Shanghai /etc/localtime