Question: Operating Systems 5. When a process executes a fork() system call, a duplicate process (i.e. the child process) is created. How does the code in
5. When a process executes a fork() system call, a duplicate process (i.e. the child process) is created. How does the code in the processes - since it is identical in both the parent and child processes - know which process is the parent and which is the child
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
