2007年3月22日 星期四

LINUX 主機時間自動校正

[root@test root]# ntpdate time.stdtime.gov.tw
# time.stdtime.gov.tw 這部主機來校時喔!
21 Aug 10:05:29 ntpdate[23420]: step time server 192.168.0.2 offset -236.117047 sec
[root@test root]# hwclock -w
# 這樣時間就修正了!若要每日進行時間校正,可以寫入 cron 
[root@test root]# vi /etc/crontab
# 加入這一行:
10 5 * * * root /usr/sbin/ntpdate time.stdtime.gov.tw ; /sbin/hwclock -w

出處

【下列文章您可能也有興趣】

沒有留言: