Which of the following processes has the PID 1?
C
Correct answer
Explanation
The init process (PID 1) is the first userspace process started by the kernel during boot. It adopts orphaned children and manages system services. The kernel itself doesn't have a PID. UNIX is an operating system, not a process. Shell processes are created by init or user login, not assigned PID 1.