Unix-like operating system use two internal tables to keep track of open files - the per-process file descriptor table and the system-wide file table. suppose on a unix-like operating system, process a has two files open and process b has three files open. two files are shared between the two processes. how many entries are in the per-process table of process a, the per-process table of process b, and the system-wide tables respectively?
+2
Answers (1)
Know the Answer?
Not Sure About the Answer?
Find an answer to your question 👍 “Unix-like operating system use two internal tables to keep track of open files - the per-process file descriptor table and the system-wide ...” in 📗 Business if the answers seem to be not correct or there’s no answer. Try a smart search to find answers to similar questions.
Home » Business » Unix-like operating system use two internal tables to keep track of open files - the per-process file descriptor table and the system-wide file table.