Pergunta de entrevista da empresa Google

What is the function of inodes in a Linux filesystem?

Respostas da entrevista

Sigiloso

1 de jul. de 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.

Sigiloso

21 de jun. de 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.

Sigiloso

17 de set. de 2021

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