Question: Consider a scenario where a process running program A performs an exec in order to run program B. What happens when program B terminates the

Consider a scenario where a process running program A performs an exec in order to run program B. What happens when program B terminates the process by calling exit? program A, which was preempted, will resume execution the kernel will return B's exit status to program A O program A is now responsible for reaping B the process will turn into a zombie
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
