Linux

What's an inode?

Difficulty: unrated

Source: bregman-arie/devops-exercises by Arie Bregman

Answer

For each file (and directory) in Linux there is an inode, a data structure which stores meta data related to the file like its size, owner, permissions, etc.