InterviewSolution
Saved Bookmarks
| 1. |
If one thread opens a file with read privileges then ___________(a) other threads in the another process can also read from that file(b) other threads in the same process can also read from that file(c) any other thread can not read from that file(d) all of the mentionedThe question was asked in semester exam.The above asked question is from Threads topic in section The Linux System of Operating System |
|
Answer» RIGHT ANSWER is (b) other threads in the same PROCESS can also READ from that file The best explanation: None. |
|