0

How to Synchronize system time to hardware in linux

I want to Synchronize system time to hardware in Linux, how can be done that

CC: @SERVERTEAM

System Time Add a comment
aiden
asked Dec 10 2019

Answer

0

Answer:

To Synchronize system time to hardware in linux, use the following command

System to Hardware clock synchronization

[root@localhost ~]# hwclock --systohc

Hardware to System clock synchronization

[root@localhost ~]# hwclock --hctosys
Add a comment
linuxhelp
asked Dec 10 2019
Post your Answer