Answered step by step
Verified Expert Solution
Question
1 Approved Answer
Consider a scenario where a process running program A performs an exec in order to run program B. What happens when program B terminated the
Consider a scenario where a process running program A performs an exec in order to run program B. What happens when program B terminated the process by calling exit?
A. program A, which was preempted, will resume execution
B. program A is now responsible for reaping B
C. the process will turn into a zombie
D. the kernel will return B's exit status to A
Step by Step Solution
There are 3 Steps involved in it
Step: 1
Get Instant Access to Expert-Tailored Solutions
See step-by-step solutions with expert insights and AI powered tools for academic success
Step: 2
Step: 3
Ace Your Homework with AI
Get the answers you need in no time with our AI-driven, step-by-step assistance
Get Started