[TOC]部署时钟服务器服务器信息序号类型ip软件备注1server192.168.1.234ntp·2client192.168.1.236chrony·server1.1 清理清理自带包yum remove ntpdate -y1.2 安装ntp服务端yum安装yum install ntp -y启动及设置开机自启systemctl start ntpd && syste...