Slide 11
Slide 11 text
Directory inode example
(cont.)
• The file has a link count of 4, meaning that there
are four directory listings somewhere in the
filesystem referencing it.
• Whenever a file is deleted, it’s inode count is
decremented. When the count reaches 0, the data
is freed.