Multiple choice general knowledge science & technology

root has user id?

  1. 1000

  2. 101

  3. 0

  4. 007

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

The root user in Unix and Linux systems always has the user ID (UID) of 0. This is a fundamental convention across all Unix-like operating systems. UID 0 grants unlimited system privileges, which is why the root account has complete control over the system. All other regular users typically have UIDs starting from 1000.