Linux环境自动时钟同步 1、查看本机的时区 date +"%Z %z" 2、查看本机是否有ntpdate服务 whereis ntpdate 3、搜索|下载|安装ntpdate服务 yum search ntpdate && yum install ntpdate 4、时钟同步 ntpdate cn.pool.ntp.org 5、配置开机自动同步时钟 systemctl enable ntpdate