InterviewSolution
Saved Bookmarks
| 1. |
A fork system call will fail if ______________(a) the previously executed statement is also a fork call(b) the limit on the maximum number of processes in the system would be executed(c) the limit on the minimum number of processes that can be under execution by a single user would be executed(d) all of the mentionedI got this question in my homework.The doubt is from The Fork and exec System Calls topic in chapter The Linux System of Operating System |
|
Answer» The CORRECT CHOICE is (b) the limit on the maximum NUMBER of PROCESSES in the system would be executed |
|