linux 系统时间与硬件时间同步

date -s "2015-10-03 10:03:00"

clock --hctosys  set the system time from the hardware clock

clock --systohc  set the hardware clock to the current system time

clock --show   

hwclock --show


你可能感兴趣的:(linux,时间同步,Clock)