Copyright (C) 2000-2012 |
Manpages INITGROUPSSection: Linux Programmer's Manual (3 )Updated: 1993-04-05 Index Return to Main Contents NAMEinitgroups - initialize the supplementary group access listSYNOPSIS#include <grp.h> #include <sys/types.h> int initgroups(const char *user, gid_t group); DESCRIPTIONThe initgroups() function initializes the group access list by reading the group database /etc/group and using all groups of which user is a member. The additional group group is also added to the list.RETURN VALUEThe initgroups() function returns 0 on success, or -1 if an error occurs.ERRORS
FILES/etc/group group database file CONFORMING TOSVID 3, BSD 4.3SEE ALSOgetgroups(2), setgroups(2)
IndexThis document was created by man2html, using the manual pages. Time: 01:48:27 GMT, January 21, 2025 |