๐ŸŽ New User? Get 20% off your first purchase with code NEWUSER20 ยท โšก Instant download ยท ๐Ÿ”’ Secure checkout Register Now โ†’
Menu

Categories

Linux Advanced

What is Inode?

A data structure in Unix filesystems that stores metadata about a file, excluding its name and data.

An inode contains information about a file including its size, ownership, permissions, timestamps, and pointers to the data blocks. Each file has a unique inode number within its filesystem.

The inode does not store the filename โ€” that mapping is maintained in directory entries. This is why hard links work: multiple directory entries can point to the same inode.

Related Terms

Wget
A command-line utility for downloading files from the web, supporting HTTP, HTTPS, and FTP protocols.
Disk Quota
A system for limiting the amount of disk space or number of files that individual users or groups can consume on a filesystem.
Journald
The systemd journal daemon that collects and stores log data from services, the kernel, and boot messages in a structured binary format.
GRUB
The Grand Unified Bootloader, a program that loads the operating system kernel into memory during system startup.
Nftables
The modern Linux packet filtering framework that replaces iptables with a unified, more efficient rule-processing architecture.
Netstat
A command-line tool that displays network connections, routing tables, and interface statistics on a system.
View All Linux Terms โ†’