Multiple choice technology programming languages

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 the parent of all processes. Normal users do not have the privileges to kill it; only the root user can signal it, and even then, the kernel protects it from being killed.