- ntpdate time.stdtime.gov.tw
- ntpdate -s watch.stdtime.gov.tw
- date
- hwclock -w
使用 date 看時間,出現像是 Fri Jun 17 10:55:05 CST 2016 這種格式
但 CST 其實可以代表下面五個時區(部分參考《24时区,GMT,UTC,DST,CST时间详解》):
- 澳洲中部時間:Central Standard Time (Australia) UTC+9:30
- 中原標準時間:Chungyuan Standard Time UTC+8:00
- 中國標準時間:China Standard Time UTC+8:00
- 古巴標準時間:Cuba Standard Time UTC-4:00
- 美國中部時間:Central Standard Time (USA) UTC-6:00
若在 /etc/rc.local 寫入校對時間的指令 ntpdate,這樣就一開機後就立刻校對系統時間。由於不知道是不是每一台NTP server都有開,所以要多寫幾個:
/usr/sbin/ntpdate -s ntp-0.nctu.edu.tw || \
/usr/sbin/ntpdate -s ntp-1.nctu.edu.tw || \
/usr/sbin/ntpdate -s time.stdtime.gov.tw || \
/usr/sbin/ntpdate -s tick.stdtime.gov.tw || \
/usr/sbin/ntpdate -s tock.stdtime.gov.tw || \
/usr/sbin/ntpdate -s watch.stdtime.gov.tw || \
/usr/sbin/ntpdate -s clock.stdtime.gov.tw || \
/usr/sbin/ntpdate -s time-a.nist.gov || \
/usr/sbin/ntpdate -s time-b.nist.gov || \
/usr/sbin/ntpdate -s tick.usno.navy.mil || \
/usr/sbin/ntpdate -s tock.usno.navy.mil
上面會依序對時,當有對到某一台後就不會再對後面的時鐘了。
_EOF_
沒有留言:
張貼留言