About 44,500 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. 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 …

  6. 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 …

  7. 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 …

  8. 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 …

  9. INODE - Get More Out of Your Data

    INODE Ink Corporation (INODE) is an innovative Woman-Owned Small Business (WOSB) that provides IT Technical and Professional Services in infrastructure, systems engineering, data science, and …

  10. What is an Inode and Why is it Important in Unix-like File Systems?

    An inode is a special data structure used in Unix-like file systems designed to store information about files and directories. Every file or directory in the file system is assigned a unique inode, which acts …