733 views

1 Answer

0 votes
0 votes

Whenever a new file is open, system wide, a new entry in the global file table is created. These entries are shared amongst all process, for example when a file is opened by two different process, they may have the same file descriptor number, e.g., 3, but each of the file descriptors will reference a different entry in the file descriptor table.

This is from your link given. So its False.

Related questions

0 votes
0 votes
2 answers
2
dd asked Sep 15, 2018
1,033 views
The fork system call creates new entries in the open file table for the newly created child process. [True / False][ what is open file table ? ]