Go to the previous, next section.
The functions and data structures for accessing the system group database are declared in the header file `grp.h'.
The 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 previous, next section.