Q. User ID which equals 0 is ______ ?
β
Correct Answer: (B)
The user ID of the root user
Explanation: Does the user root always have uid = 0 and gid = 0 on Linux? Yes. There is code in the kernel that explicitly checks that uid equals 0, which means that root always has at least uid = 0.