What is the function of inodes in a Linux filesystem?
Sigiloso
inodes provide metadata about specific files via a 1:1 pairing - Inodes describe things like file size on disk, permissions, location, etc. Effectively think of it as storing the data that stat reads.