What’s an inode and what’s inside of one? (Linux First Principles)

Connor Brereton
3 min readApr 7, 2020
inode architecture — Source

Before I get into a bunch of technical details I want to touch on one thing that is instrumental to know before diving deep: in Linux, everything is a file — you heard that right — everything is a file.

But what about sockets you might say? What about a hard link? These are all files. Simple as that.

--

--