摘要: 1.查看是否存在对应服务 rpm -qa | grep ntp 2.如果不存在安装对应服务 yum install ntp ntpdate -y 3.查看ntp运行状态 systemctl status ntpd 4.修改配置文件 vim /etc/ntp.conf 注释 #拒绝 IPv4 的用户与 阅读全文
posted @ 2021-01-20 13:43 Forevermark 阅读(157) 评论(0) 推荐(0)