设置 Linux 时间同步 同步硬件时钟
- 配置 NTP 客户端
- 查看当前系统时间
- 使用 ntpdate 命令手动同步时间
- 同步硬件时钟
- 再次检查硬件时钟
- 参考
配置 NTP 客户端
vim /etc/systemd/timesyncd.conf
[Time]
NTP=cn.pool.ntp.org
FallbackNTP=asia.pool.ntp.org ntp.aliyun.com ntp1.aliyun.com
systemctl restart systemd-timesyncd
timedatectl set-ntp true
timedatectl status
查看当前系统时间
date -R
使用 ntpdate 命令手动同步时间
ntpdate ntp1.aliyun.com
同步硬件时钟
hwclock --systohc
再次检查硬件时钟
hwclock -r
参考
- linux 同步北京时间 局域网同步时间