开启同步 systemctlenablechronyd systemctl restart chronyd# 查看时间同步状态timedatectl status# 开启网络时间同步timedatectl set-ntptrue 常用命令 # 查看 ntp_serverschronyc sources -v# 查看 ntp_servers 状态chronyc sourcestats -v# 查看 ntp_servers 是否在线chronyc activity -v# 查看 ntp 详细信息chronyc tracking -v 参考文献
systemctl restart chronyd# 查看时间同步状态timedatectl status# 开启网络时间同步timedatectl set-ntptrue 常用命令 # 查看 ntp_serverschronyc sources -v# 查看 ntp_servers 状态chronyc sourcestats -v# 查看 ntp_servers 是否在线chronyc activity -v# 查看 ntp 详细信息chronyc tracking -v 参考文献...
systemctl enable chronyd systemctl restart chronyd # 查看时间同步状态 timedatectl status # 开启网络时间同步 timedatectl set-ntp true 客户端配置 # Use public servers from the pool.ntp.org project. # Please consider joining the pool (http://www.pool.ntp.org/join.html). server 192.168.8.5 ibu...