Multiple choice technology operating systems

Normal users can kill init process

  1. True

  2. False

Reveal answer Fill a bubble to check yourself
B Correct answer
Explanation

The init process (PID 1) is a privileged system process that cannot be terminated by normal users or even by root using standard kill commands. It is essential to system operation and protected by the kernel to prevent accidental or malicious system shutdown.