【Linux system time setting】

Linux system time setting

Use the date -s command to set the system time
date -s "20221110 21:02:20"
modify system time

Check the hardware time
hwclock
Synchronize the hardware time with the system time (based on the system time)
hwclock -w
Synchronize the system time with the hardware time (based on the hardware time)
hwclock -s
Synchronize hardware time

Guess you like

Origin blog.csdn.net/TS_forever007/article/details/127796600