1.

The vnode table is also called _____(a) inode table(b) file table(c) vtable(d) vttableThe question was posed to me in quiz.The doubt is from File handling System Calls topic in portion System Programming I – Files of Unix

Answer»

The correct choice is (a) INODE table

The explanation is: The file table contains a POINTER to the vnode table, which is the third table in the scheme. It is also CALLED as inode table. This table contains all the information present in the inode except that this structure is MAINTAINED in MEMORY.



Discussion

No Comment Found

Related InterviewSolutions