Updated: October 28, 2024 |
This file stores information about the groups on your system.
Each line in /etc/group is in this format:
groupname:x:group_ID:[username[,username]...]
The fields are separated by colons and include:
Here's a sample entry:
techies:x:123:michel,ali,sue,jake
If the total line length is longer than 1007 bytes, you will have to separate the group into two lines, like so:
groupname:x:group_ID:username1,username2,...,usernameM groupname:x:group_ID:usernameM+1,usernameM+2,...,usernameN