Kategorie
Linux Ubuntu

Synchronize system clock to hardware clock

To synchronize system clock to hardware clock in Linux do the following:

root@server:/# hwclock -s

or to do it parmanently:

root@server:/# timedatectl set-local-rtc true

To show system clock:

root@server:/# date

To show hardware clock (RTC – real time clock):

root@server:/# hwclock

Dodaj komentarz

Twój adres email nie zostanie opublikowany. Pola, których wypełnienie jest wymagane, są oznaczone symbolem *