Centos6之前使用的时间服务是NTP、Centos7以及Centos7之后使用的时间服务是chrony、红帽、等新Linux系统中都是默认使用chrony。
服务器时间设置:
vim /etc/chrony.conf 添加:server 时间服务器IP地址 iburst 例如: server 10.3.1.1 iburst 重启动服务: systemctl restart chronyd 查看 ntp_servers 是否在线: chronyc activity -v 同步: chronyc -a makestep 查看: chronyc sources -v 查看: date 如果时区不对,可以设置: timedatectl set-timezone Asia/Shanghai