Answers

Question and Answer:

  Home  Linux Operating System Management

⟩ A user issues the following command sequence $ a.out & $ bash $ a.out & If the user kills the bash process, then which of the following is true? a) The second a.out process is also terminated b) The second a.out process becomes a defunct process c) The first a.out process becomes a zombie process d) init process becomes parent of second a.out process

d) init process becomes parent of second a.out process

 138 views

More Questions for you: