同步NTP服务器时间
Created 2026-03-31 / Updated 2026-03-31安装:
# pacman -S ntp
同步:
# ntpdate ntp1.aliyun.com
查看硬件时间:
# hwclock --show
将系统时间写入硬件时间:
# hwclock --systohc
Categories: [net]
安装:
# pacman -S ntp
同步:
# ntpdate ntp1.aliyun.com
查看硬件时间:
# hwclock --show
将系统时间写入硬件时间:
# hwclock --systohc
Categories: [net]