- 編輯 /etc/sysconfig/clock,將 ZONE 設定改為 "Asia/Taipei"
# vi /etc/sysconfig/clock ZONE="Asia/Taipei"
- 用 /usr/share/zoneinfo/Asia/Taipei 取代 /etc/localtime
# cp /usr/share/zoneinfo/Asia/Taipei /etc/localtime
- 查看目前時區是不是顯示 CST,CST 表示為 Asia/Taipei
# date Fri Apr 18 21:40:01 CST 2014
- 設定 corn 校時。每個小時在 10 分時校時一次。
# vi /etc/crontab 10 * * * * root (/usr/sbin/ntpdate tock.stdtime.gov.tw && /sbin/hwclock -w) &> /dev/null
- 設定開機時校時
# vi /etc/rc.d/rc.local /usr/sbin/ntpdate tock.stdtime.gov.tw
參考:
http://linux.vbird.org/linux_server/0440ntp.php
http://disp.cc/b/11-3Tty
http://www.cyberciti.biz/faq/howto-linux-unix-change-setup-timezone-tz-variable/
沒有留言:
張貼留言