UGC-NET | UGC NET CS 2017 Jan – III | Question 54
Which statement is not correct about “init” process in Unix?
(A) It is generally the parent of the login shell.
(B) It has PID 1.
(C) It is the first process in the system.
(D) Init forks and execs a ‘getty’ process at every port connected to a terminal.
Answer: (C)
Explanation: “init”(short for initialization) process in UNIX have:
- process id (PID) = 1
- It is generally the parent of the login shell.
- “init” forks and execs a ‘getty’ process at every port connected to a terminal.
- But it is not the first process in the system
So, option (C) is correct.
Quiz of this Question
Please Login to comment...