About 44,700 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. What is inode in Linux? Everything You Need to Know

    Mar 7, 2019 · What is inode in Linux? What is it used for? Why is it important and how to check inode in Linux? This guide explains all the important aspects of inodes.

  3. 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. The total …

  4. Understanding Inodes in Linux: A Comprehensive Guide

    Jan 16, 2026 · 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 …

  5. Inodes and the Linux filesystem - Enable Sysadmin

    Jun 9, 2020 · An inode number may be used more than once but never by the same filesystem. The filesystem id combines with the inode number to create a unique identification label. How many …

  6. 4.1. Index Nodes — The Linux Kernel documentation

    Apr 8, 2022 · 4.1. Index Nodes ¶ In a regular UNIX filesystem, the inode stores all the metadata pertaining to the file (time stamps, block maps, extended attributes, etc), not the directory entry. To …

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

    inode(7) Miscellaneous Information Manual inode(7) NAME top inode - file inode information DESCRIPTION top Each file has an inode containing metadata about the file. An application can …

  8. What Are Inodes in Linux and How Are They Used? - Help Desk Geek

    Feb 29, 2020 · What are Inodes in Linux? Inode entries are the basis of the Linux file system. They manage the metadata about a file and are essential pieces of the inner workings of Linux.

  9. What is an inode? - KnownHost

    Mar 18, 2025 · What is an inode? Understanding the concept of an inode is essential for effective data management in Linux and Unix-like operating systems, especially as modern file systems continue to …

  10. Linux inodes | Baeldung on Linux

    Dec 12, 2023 · When we delete an inode, the filesystem can allocate it for another file in the future. However, deleting a file by name isn’t the same as deleting an inode. The former only removes a …