Inodes

Back to File System Concepts

Data structures that store file metadata (permissions, ownership, timestamps, block pointers) but not the file name or data. Each file has exactly one inode, identified by an inode number. Directories are files that map names to inode numbers.

operating-systems file-systems