Wednesday, January 14, 2015

Understanding inodes in under 14 minutes

Here we take a tour to make sure that we do truly understand inodes in Linux and what they do and contain. Firstly they do not contain the file name. This is stored separately and the file name is linked via the inode number to the inode. The inode itself contains the metadata about the file: the mode, ownership, size etc. Keeping the filename separate to the file metadata does mean that we can have then hard links, multiple file names that point to the one file by way of the inode.



from dzone.com: latest front page http://www.dzone.com/links/r/understanding_inodes_in_under_14_minutes.html

No comments:

Post a Comment