揮発性のメモ2

http://d.hatena.ne.jp/iww/

tzconfig command is deprecated

時計が9時間ずれてるときに。ロケールを変える

# tzconfig
WARNING: the tzconfig command is deprecated, please use:
 dpkg-reconfigure tzdata

/etc/timezone ←ASCII文字列 (Asia/Tokyo とか)
/etc/localtime ←バイナリ (日本だと /usr/share/zoneinfo/Japan のコピー)

strace -F -e trace=open -o /tmp/hoge.log dpkg-reconfigure tzdata

でログを取って、"WR"grepかけて変更されたファイルを調べる