- ファイルやディレクトリのタイムスタンプを確認
stat /etc/hosts
File: `/etc/hosts'
Size: 236 Blocks: 8 IO Block: 4096 通常ファイル
Device: 302h/770d Inode: 1163250 Links: 2
Access: (0644/-rw-r--r--) Uid: ( 0/ root) Gid: ( 0/ root)
Access: 2013-11-06 02:39:14.000000000 +0900
Modify: 2010-12-12 01:58:11.000000000 +0900
Change: 2010-12-12 01:58:11.000000000 +0900
- atimeを表示
stat -c %x /etc/hosts
- mtimeを表示
stat -c %y /etc/hosts
- ctimeを表示
stat -c %z /etc/hosts
- mtimeをunixtimeで表示
stat -c %Y /etc/hosts
1292086691