Multiple choice technology operating systems What is the name of the file where groups are added? /etc/grp /etc/groups /etc/group /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'.