About 74,900 results
Open links in new tab
  1. inode - Wikipedia

    An inode (index node) is a data structure in a Unix-style file system that describes a file-system object such as a file or a directory. Each inode stores the attributes and disk block locations of the object's …

  2. Inode in Operating System - GeeksforGeeks

    May 23, 2025 · In Unix-based operating systems, each file is identified by an Inode, which stands for Index Node. Inodes are special data structures created when the file system is initialized.

  3. What is inode in Linux? Everything You Need to Know

    Mar 7, 2019 · Inodes stores metadata for every file on your system in a table-like structure usually located near the beginning of a partition. They store all the information except the file name and the …

  4. inode (7) - Linux manual page - man7.org

    Each file in a filesystem has a unique inode number. Inode numbers are guaranteed to be unique only within a filesystem (i.e., the same inode numbers may be used by different filesystems, which is the …

  5. Understanding Inodes in Linux: A Comprehensive Guide

    Nov 14, 2025 · In the Linux file system, inodes play a crucial role in managing and organizing data. An inode, short for index node, is a data structure that stores important metadata about a file or a …

  6. What is an inode and what are they used for? - Blue Matador

    Inodes are a part of the Linux filesystem that store metadata for disk files, including location, size, permissions, read and write timestamps, and more.

  7. What is an inode? - KnownHost

    Mar 18, 2025 · An inode number is a unique identifier assigned to each inode within a file system. It uniquely identifies a specific file or directory on the disk, allowing the file system to track and manage …

  8. Inodes Explained: A Complete Beginner's Guide -Plain Library

    An inode (index node) is a special data structure that stores all the important metadata about a file or directory—except its name. Every file, directory, or symbolic link has an inode, and understanding …

  9. Inodes - The Filesystem | Linux Journey

    Explore the concept of the Linux inode. Learn what an i-node is, how inodes in Linux manage file metadata, and how to check inode usage with `df -i` and `ls -li`.

  10. Inodes in Linux – Explained

    Mar 24, 2022 · Inode or index node is a Linux data structure that describes the objects of file systems, which include files and directories. An inode contains a record of file and directory location in the file …