The PID of the init process is
2017
The PID of the init process is
Answer: B. 1 — The correct option is B: 1. In Unix-like operating systems, the init (initialization) process is the very first user-space process started by the kernel…
- A.
0
- B.
1
- C.
3
- D.
4
Attempted by 640 students.
Show answer & explanation
Correct answer: B
The correct option is B: 1. In Unix-like operating systems, the init (initialization) process is the very first user-space process started by the kernel during system boot. As the ancestor of all other processes, it is permanently assigned Process ID (PID) 1.
Loading lesson…