Changing date/time in linux
Jun.30, 2009 in
Think Linux
I was working with some legacy system and it doesn’t have ntpd to keep the time accurate for me. I had to change the system time manually. Imagine I have to do it for day light saving as well.
system time can be changed easily using the following syntax:
date MMDDHHMMYY
hardware clock can then be sync with the system time using:
hwclock –systohc












Leave a Reply