Inode definitions

Search

Inode

Inode logo #21000 In a Unix-style file system, an index node, informally referred to as an inode, is a data structure used to represent a filesystem object, which can be one of various things including a file or a directory. Each inode stores the attributes and disk block location(s) of the filesystem object`s data. Filesystem object attributes may include manipul....
Found on http://en.wikipedia.org/wiki/Inode

inode

inode logo #22602The control structure for all files on UNIX operating systems. Inode stands for Index Node, and is the focus of all file activities in the UNIX filesystem. Each file has one inode that defines the file's type (regular, directory, device, and so forth), the location on disk, the size of the file, access permissions, access times, and so forth. Note ...
Found on http://osr600doc.sco.com/en/HDK_oddi/posunix_gloss.html
No exact match found.