Multiple choice technology operating systems

What is the GID value of root?

  1. 0

  2. 1

  3. 2

  4. 3

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

In Unix/Linux systems, the root user has both UID (User ID) and GID (Group ID) set to 0. This is a fundamental system convention - the value 0 uniquely identifies the superuser with unrestricted privileges. Other user and group IDs start from 1 upwards for regular users and system accounts.