那麼網路校時使用哪一個 port 呢?就是 123 這個 port ,而使用的軟體就是 ntpdate 這一支程式!
基本上,網路校時需要兩個步驟:
1. 由 time.stdtime.gov.tw 取得最新的時間,並即時更新 Linux 系統時間;
2. 更改 BIOS 的時間。
所以整個方法只要執行兩行即可搞定:
[root@host ]# ntpdate time.stdtime.gov.tw
[root@host ]# clock –w // 在redhat下
[root@host ]# hwclock -w // 在ubuntu下
如果還想要讓系統自動去更新時間的話,哈哈!對啦!那個 /etc/crontab 不要忘記了!將底下這一行寫入 /etc/crontab 當中:
10 5 * * 0,3 root /usr/sbin/ntpdate time.stdtime.gov.tw; clock -w
這樣一來,每星期三、日的五點,系統就會自動的去更新您 Linux 的時間囉!
參考資料:
鳥哥的 Linux 與 ADSL 私房菜
[转]总述基金选择的步骤
16 年前
沒有留言:
張貼留言