The functions and data structures for accessing the system group database are declared in the header file `grp.h'.
group
structure is used to hold information about an entry in
the system group database. It has at least the following members:
char *gr_name
gid_t gr_gid
char **gr_mem
Go to the first, previous, next, last section, table of contents.