检查
timedatectl status <此为systemd命令>
更改ntp配置
sudo vim /etc/ntp.conf
#更改ntp服务器
server 0.cn.pool.ntp.org server 1.cn.pool.ntp.org server 2.cn.pool.ntp.org server 3.cn.pool.ntp.org
立即同步
ntpd -qg
写入硬件时钟
hwclock -w
启动时启用ntpd服务
systemctl enable ntpd
原创文章,作者:奋斗,如若转载,请注明出处:https://blog.ytso.com/2044.html