LinuxではNTPタイムサーバークライアントを設定します。
NTP
NTP . Linux , NTP(Network Time Protocol) .
:
# yum install ntp
ntp rpm
,
# crontab -e
:
*/15 * * * * ntpdate 210.72.145.44
210.72.145.44 , 。
, /etc/ntp.conf , :
#add by Fengshihua
server 210.72.145.44 prefer ( prefer server )
server 218.21.130.42 (cn.pool.ntp.org IP)
restrict 192.168.100.0 mask 255.255.255.0 nomodify ( )
restrict 0.0.0.0 mask 0.0.0.0 nomodify notrap noquery notrust ( IP )
。
NTP , :
# chkconfig ntpd on
/ / NTP :
# /etc/init.d/ntpd start
# /etc/init.d/ntpd stop
# /etc/init.d/ntpd restart
CMOS
vi /etc/sysconfig/ntpd
SYNC_HWCLOCK=yes
。 NTP , ID :
# pgrep ntpd
:
# ntpq -p
ntpstat , netstat -ntlup !
5-10 !
:
# crontab -e
:
*/15 * * * * ntpdate IP。