Next | Internals of ext2fs | 23 |
One of the items in the inode is a link count
"How many links are there to this file?"
When you unlink a file, the kernel decrements the link count
If the link count is 0, the kernel frees up the data blocks
continued...
Next | Copyright © 2001 M. J. Dominus |