Return to Snippet

Revision: 2178
at January 10, 2007 09:38 by micmath


Updated Code
/usr/sbin/ntpdate ntp5.warwick.ac.uk
hwclock --systohc

Revision: 2177
at January 10, 2007 09:27 by micmath


Updated Code
/usr/sbin/ntpdate -s ntp5.warwick.ac.uk
hwclock --systohc

Revision: 2176
at January 10, 2007 09:23 by micmath


Initial Code
/usr/sbin/ntpdate -s ntp5.warwick.ac.uk

Initial URL


Initial Description
Obviously, use a time server close to where you are.
The first line updates the System Time,
the second sets the Hardware Clock to the current System Time.

Initial Title
Update Linux Date

Initial Tags


Initial Language
Bash