Report Bug

Qus: what is the process ID (PID) of init process?

Qusinit प्रक्रिया की प्रक्रिया आईडी क्या है?


A. 2
B. 4
C. 1
D. 6


Solution
C. 1



Explanation

The process ID (PID) of the init process is: 1

  • The init (or its modern replacement like systemd) is the first process started by the kernel during system boot.
  • It is the parent of all other processes on a Unix/Linux system.
  • Since it is the first process, it is always assigned PID 1.