Linux OS Management Question:
File descriptor table indexes which kernel structure?
a) struct file
b) strruct fs_struct
c) files_struct
d) struct inode

Answer:
a) struct file
Previous Question | Next Question |
Each process has unique: a) fd table b) file table c) inode table d) data block table | What is the default number of files open per user process? a) 0 b) 1 c) 2 d) 3 |