Normal users can kill init process
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.