Redirected
recategorized
1,276 views
1 votes
1 votes

Which statements is not correct about “init” process in Unix?

  1. It is generally the parent of the login shell.
  2. It has PID $1$.
  3. It is the first process in the system. 
  4. Init forks and execs a ‘getty’ process at every port connected to a terminal.
recategorized

2 Answers

2 votes
2 votes
Ans is C

Init is the second process . First process is sched
1 votes
1 votes

init”(short for initialization) process in UNIX have:

  1. process id (PID) = 1
  2. It is generally the parent of the login shell.
  3. “init” forks and execs a ‘getty’ process at every port connected to a terminal.
  4. But it is not the first process in the system

    So, option (C) is correct.

Answer:

Related questions

0 votes
0 votes
4 answers
1
go_editor asked Mar 24, 2020
1,493 views
Match the following for Unix file system : $\begin{array}{clcl} & \textbf{List-I} & {} & \textbf{List-II} \\ \text{a.} & \text{Boot block} & \text{i.} & \text{Informat...
4 votes
4 votes
5 answers
2
go_editor asked Mar 24, 2020
1,684 views
Which of the following is incorrect for virtual memory?Large programs can be writtenMore I/O is requiredMore addressable memory availableFaster and easy swapping of proce...