網頁

2021年10月21日

[linux]NTP網路校時ntpdate、hwclock指令

 NTP伺服器可由「NTP Server - 國家時間與頻率標準實驗室」取得校時的網址。


網路校時指令:

ntpdate [NTP伺服器位址]

例如:

ntpdate tock.stdtime.gov.tw

校時成功回應的訊息:

21 Oct 09:54:55 ntpdate[21336]: adjust time server tock.stdtime.gov.tw offset -0.004133 sec


將時間寫入BIOS:

hwclock -w


校時後順便將時間寫入BIOS

 ntpdate tock.stdtime.gov.tw; hwclock -w