- inodes: df -i
- inodes store file attributes & location
- limited number per partition
- direct and indirect addressed blocks
- what's a directory then?
- inode also records file deletion time
- creation time is not stored, instead: access, change, modification
- remove a file by inode number: find -inum INODE_NUM -exec rm -i {} \;
NEXT
INDEX
Master Index