#include <grp.h> struct group *getgrnam(char *name);
This function returns the group entry for the group named name.
See section getgrent for the description of struct group
.
The matching group, or NULL
if none match.
not ANSI, POSIX
Go to the first, previous, next, last section, table of contents.