/usr/share/zoneinfo/
/usr/share/zoneinfo/zone.tab
zic filename
/etc/timezone
echo Europe/Moscow > /etc/timezone
/etc/localtime
ln -s /usr/share/zoneinfo/Europe/Moscow /etc/localtime
date 082816452003 # MMDDhhmm[YYYY]
hwclock -w # HW-clock
FILES
/etc/adjtime /usr/lib/zoneinfo/ /dev/rtc
/etc/ntp.conf
server 127.127.1.0 # local clock
fudge 127.127.1.0 stratum 10
driftfile /etc/ntp/drift
broadcastdelay 0.008
# : - , localhost - , - readonly
restrict default ignore
restrict 127.0.0.1
restrict 195.0.0.0 mask 255.255.255.0 notrust nomodify notrap
1 : , crontab:
1 1/4 * * * ntpdate -b ntp.server1.name ntp.server2.name
2 :
/etc/ntp.conf :
broadcast yes
driftfile /etc/ntp/drift
3 : , XNTPD
/etc/ntp.conf :
server ntp.server.name
driftfile /etc/ntp/drift
# , xntpd
Last-modified: Sat, 22 Nov 2003 09:01:41 GMT