Loading practice questions
Which statement is not correct about the “init” process in Unix?
Correct Answer: A — It is the first process in the system.
Explanation:
While init is the first user-level process with PID 1, it is technically preceded by the swapper/sched process (PID 0) which is created by the kernel during boot.