APUE Memo

Chapter 6. System Data Files And Information

6.1 はじめに

ついでに時間・日付関数も.

6.2 パスワードファイル

struct passwd を取得する

6.3 シャドーパスワードファイル

6.4 グループファイル

6.5 補助グループID

6.6 実装の差異

FreeBSD/Linux/MacOSX/Solaris での比較

6.7 その他のデータファイル

6.8 ログイン記録

6.9 システムの識別

6.10 時間と日付の routine

Unix システムの時間の扱い

より細かな時間の扱い

これらは sys/time.h

時間の変換 (これは図で)