システム関連/UNIX関連/ファイルのタイムスタンプ の変更点
- 追加された行はこの色です。
- 削除された行はこの色です。
- システム関連/UNIX関連/ファイルのタイムスタンプ へ行く。
#freeze
*ファイルのタイムスタンプ [#w08d7efa]
-atime 最終アクセス時刻 (access time)
-mtime 最終変更時刻 (modify time)
-ctime 最終ステータス変更時刻 (change time) &br;
(ファイル内容を更新した場合等は mtime と ctime の両方が更新される)
**タイムスタンプの表示 [#x448361d]
-ls -lu で atime
-ls -l で mtime
-ls -lc で ctime