Author: techfox9
Setting date and time ..
Monday, August 11th, 2008 @ 10:11 am
$ cd /etc
$ mv localtime localtime.0
$ ln -s /usr/share/zoneinfo/America/Los_Angeles ./localtime
$ /usr/sbin/ntpdate -b pool.ntp.org
11 Aug 10:06:43 ntpdate[3429]: step time server 128.10.19.24 offset -0.016644 sec
$ date
Mon Aug 11 10:06:46 PDT 2008
See page for setting the hardware clock with ‘hwclock’.