2012-04-12 14:03

[Ubuntu] 時間同步設定

繼上次Ubuntu 時間及時區設定 [Linux]那篇文章後,最近有學到新的時間同步的設定方式。

vim /etc/cron.daily/ntpdate
  1. #!/bin/bash 
  2.  
  3. # Sync NTP Server 
  4. ntpdate -s tock.stdtime.gov.tw watch.stdtime.gov.tw time.stdtime.gov.tw clock.stdtime.gov.tw tick.stdtime.gov.tw ntp.ubuntu.com pool.ntp.org 
  5.  
  6. # Update BIOS time 
  7. hwclock --systohc 

chmod +x /etc/cron.daily/ntpdate

0 回應: