1. 程式人生 > >同步時間

同步時間

pre status clas serve system emc mct med bsp

檢查

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

同步時間