包含标签:ntp 的文章
-
配置时间服务器ntp
yum -y install ntp systemctl status ntpd.service #查看服务状态 systemctl enable ntpd.service #开机自启动 systemctl start ntpd.service
yum -y install ntp
systemctl status ntpd.service #查看服务状态
systemctl enable ntpd.service #开机自启动
systemctl start ntpd.service