Ext2: Difference between revisions

2 bytes removed ,  13 years ago
[unchecked revision][unchecked revision]
Line 321:
| 8 || 11 || 4 || Last Access Time (in [http://en.wikipedia.org/wiki/Unix_time POSIX time])
|-
| 12 || 15 || 4 || Last ChangeCreation Time (in [http://en.wikipedia.org/wiki/Unix_time POSIX time])
|-
| 16 || 19 || 4 || Last Modification time (in [http://en.wikipedia.org/wiki/Unix_time POSIX time])
Line 543:
|}
|}
 
=== Directories ===
Directories are inodes which contain some number of "entries" as their contents. These entries are nothing more than a name/inode pair. For instance the inode corresponding to the root directory might have an entry with the name of "etc" and an inode value of 50. A directory inode stores these entries in a linked-list fashion in its contents blocks.
Anonymous user