Linux OS Management Question:

File descriptor table indexes which kernel structure?
a) struct file
b) strruct fs_struct
c) files_struct
d) struct inode

Linux Operating System Management Interview Question
Linux Operating System Management Interview Question

Answer:

a) struct file


Previous QuestionNext 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