Google Interview Question

What is the function of inodes in a Linux filesystem?

Interview Answers

Anonymous

Jul 1, 2022

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.

Anonymous

Jun 21, 2021

Looking for interview coaching? We have helped 1000+ people land a job at Google, Facebook and other top companies. Visit AONECODE for ONE-ON-ONE private lessons by FB and Google engineers! SYSTEM DESIGN ALGORITHMS (conquer DP, Greedy, Graph, Advanced Algorithms, Clean Coding), latest interview questions sorted by companies, mock interviews. Get hired from Google, FB, Amazon, LinkedIn and other top-tier companies after weeks of training.

Anonymous

Sep 17, 2021

logical index to the file in a file system, includes meta data about the file..