What is the function of inodes in a Linux filesystem?
Anonymous
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.
Check out your Company Bowl for anonymous work chats.