39. Files and directories Flashcards
1
Q
What is file?
A
Array of bytes associated with an i-node number
2
Q
What is a directory?
A
It’s list of name-inode mappings
3
Q
Where does process store its open descriptors?
A
It’s stored in the PCB in an array of pointers to Open File Table and descriptor is an index into this array
4
Q
A