Multiple choice technology operating systems

What is the name of the file where groups are added?

  1. /etc/grp

  2. /etc/groups

  3. /etc/group

  4. /usr/bin/group

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

The group information in Unix/Linux systems is stored in /etc/group. This file contains group definitions and membership. Option B (/etc/groups) is a common mistake but the correct path is /etc/group without the 's'.