同步时间
Posted
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了同步时间相关的知识,希望对你有一定的参考价值。
检查
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
以上是关于同步时间的主要内容,如果未能解决你的问题,请参考以下文章