📝 Question
#562
If a process does not call exec after forking ____________
✓
Correct Answer
A. the program specified in the parameter to exec will replace the entire process
💡
Explanation
The new process is purely based on fork, due to no exec command, duplication will be done.
⌨️ Press
A
B
C
D
to select