Linux - Filesystem
inode, soft/symbolic link, FIFO
Inode
On every Unix-style filesystem (ext4, XFS, APFS, etc.), each regular file, directory, FIFO, … is represented on disk by a tiny metadata record called an inode (“index node”). That’s like a f...