Linux Operating System Management

  Home  Operating System Linux  Linux Operating System Management


“Linux OS Management frequently Asked Questions by expert members with experience in Linux Operating System Management. These questions and answers will help you strengthen your technical skills, prepare for the new job test and quickly revise the concepts”



99 Linux Operating System Management Questions And Answers

50⟩ 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