1.

The file descriptor table contains all file descriptors for a process.(a) True(b) FalseI have been asked this question during an interview for a job.Question is from File handling System Calls topic in division System Programming I – Files of Unix

Answer»

Correct choice is (a) True

To EXPLAIN I would SAY: The file DESCRIPTOR table contains all allocated file descriptors for a process. Each ENTRY POINTS to the file table. The file descriptor is stored along with a flag in this table.



Discussion

No Comment Found

Related InterviewSolutions