Expand description
This library parses /etc/group for information about groups on a system
Groups are represented in /etc/group in the form of:
group_name:password:GID:user_list
Structs§
- Group
- Structure used to wrap parsed information from groups database
Functions§
- get_
group_ by_ gid - Gets a group by its GID
- get_
group_ by_ name - Gets a group by its name
- get_
group_ list - Searches all groups for any user given or their GID
- get_
groups - Returns all groups within
/etc/group