Intermediate Operating Systems
Q63 / 100

What is the purpose of the init process (PID 1)?

Correct! Well done.

Incorrect.

The correct answer is B) The first user-space process started by the kernel that adopts orphan processes and starts system services

B

Correct Answer

The first user-space process started by the kernel that adopts orphan processes and starts system services

Explanation

init/systemd (PID 1) is the ancestor of all user-space processes. It starts services and adopts orphan processes (whose parent died) to prevent zombie accumulation.

Progress
63/100