rm -f /etc/localtime
ln -s /usr/share/zoneinfo/Asia/Shanghai /etc/localtime
apt-get install ntp
systemctl start ntp(启动ntp更新系统/软件时间)
hwclock --systohc(使用系统/软件时间更新RTC/硬件时间)
linux 更新时间
于 2024-12-04 18:24:44 首次发布
rm -f /etc/localtime
ln -s /usr/share/zoneinfo/Asia/Shanghai /etc/localtime
apt-get install ntp
systemctl start ntp(启动ntp更新系统/软件时间)
hwclock --systohc(使用系统/软件时间更新RTC/硬件时间)