Pergunta de entrevista da empresa Google

What information is contained in a file inode?

Respostas da entrevista

Sigiloso

17 de jun. de 2016

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

1

Sigiloso

31 de mar. de 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