System Administrator 2026
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 mentioned
What is Thread cancellation?
- A. The task of destroying the thread once its work is done
- B. The task of removing a thread once its work is done
- C. The task of terminating a thread before it has completed
- D. None of the mentioned