#include <grp.h> void setgrent(void);
This function should be called before any call to getgrent
,
getgrgid
, or getgrnam
, to start searching the groups' list
from the beginning. See section getgrent.
None.
not ANSI, not POSIX
Go to the first, previous, next, last section, table of contents.