トップ 一覧 ping 検索 ヘルプ RSS ログイン

Linux 時刻あわせの変更点

  • 追加された行はこのように表示されます。
  • 削除された行はこのように表示されます。
!!!Linux 時刻あわせ

NTPサーバを利用して時刻合わせ。
[公開NTPサーバ|http://www.google.co.jp/search?q=%E5%85%AC%E9%96%8BNTP%E3%82%B5%E3%83%BC%E3%83%90&sourceid=navclient-ff&ie=UTF-8&rls=GGGL,GGGL:2006-35,GGGL:ja]

::時刻合わせ
 #ntpq -p ntp.nc.u-tokyo.ac.jp
 remote refid st t when poll reach delay offset jitter
 ==============================================================================
 *GPS_NMEA(1) .GPS. 0 l - 64 377 0.000 -0.025 0.010
 +gate.keisu.t.u- .GPS. 1 u 24 64 376 0.457 -0.047 0.039
 +clk.notemachi.w 130.69.251.23 2 u 2 64 377 15.299 -0.003 0.048

::時刻合わせ
 # ntpdate -s ntp.nc.u-tokyo.ac.jp    

 # ntpdate ntp.nc.u-tokyo.ac.jp
 26 May 01:10:04 ntpdate[14900]: step time server 130.69.251.23 offset 24.199100 sec

 # hwclock --show
 2007年05月26日 01時10分08秒 -0.751343 seconds

 # date
 2007年 5月 26日 土曜日 01:10:52 JST

!タイムゾーン
*http://futuremix.org/2004/01/localtime
::日本標準時に設定
 # export TZ=JST-9

::再起動しても JST で表示させる
 # cp /usr/share/zoneinfo/Japan /etc/localtime