Question 3
Assume that process A (parent) is (voluntarily) trying to create a daemon process B (child). Statement 1: exit system call must be called by process A.
Statement 2: wait system call must be called by process B. Choose the correct answer from below.
Statement 1 is correct but Statement 2 is incorrect
Statement 2 is correct but Statement 1 is incorrect
Both statements are correct
Both statements are incorrect