Google Interview Question

What information is contained in a file inode?

Interview Answers

Anonymous

Jun 17, 2016

"File Metadata". They ask this question during initial screening and they want the answer to be in one word.

1

Anonymous

Mar 31, 2016

File inode (index number) has the following information: - file type (exe,block special, etc) - permissions - owner id - group id - # of hard links to the file - file size - time 3x (file access, change and modifcation) NO creation time. - file deletion time - ACL Whats NOT in an inode (this can be a trick question) NO creation time NO filename No directory path

1