The Inode reference article from the English Wikipedia on 24-Apr-2004
(provided by Fixed Reference: snapshots of Wikipedia from wikipedia.org)

Inode

Have you considered sponsoring a child
In Unix computing, an inode is a data structure on a file system that stores basic information about a file, directory, or other file system object. This information includes:

Less formally, the term inode can refer to this data structure and the device blocks that it manages (for a regular file, the blocks constituting the body of the file).

The term inode usually refers to inodes on block devices that manage regular files, directories, and symbolic links. The concept is particularly important to the recovery of damaged file systems.

Each inode has an inode number that is unique within its device. All files are hard links to inodes. Whenever a program refers to a file by name, the system uses the filename to look up the corresponding inode, which gives the system the information it needs about the file to perform further operations.

The stat system call retrieves a file's inode number and some of the information in the inode.

This article is a stub. You can help Wikipedia by expanding it.