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
A. Only the exec executes as a separate process B. The program specified in the parameter to exec will replace the entire process C. The exec is ignored as it is invoked by a thread D. None of the mentioned
A. The program specified in the parameter to exec will replace the entire process B. All the threads will be duplicated C. All the threads may be duplicated D. None of the mentioned
A. The program specified in the parameter to exec will replace the entire process B. All the threads should be duplicated C. All the threads should not be duplicated D. None of the mentioned