If a process does not call exec after forking ____________
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
Explanation: The new process is purely based on fork, due to no exec command, duplication will be done.
Occurrence: 0, System Administrator 2026