|
|||||||
|
|
GETGROUPSSection: Systemaufrufe (2)Updated: 23 July 1993 Index Return to Main Contents BEZEICHNUNGgetgroups, setgroups - hole/setze Group Access ListÜBERSICHT#include <unistd.h>int getgroups(int size, gid_t list[]);
#define __USE_BSD
int setgroups(size_t size, const gid_t *list); BESCHREIBUNG
RÜCKGABEWERTE
FEHLER
KONFORM ZUgetgroups ist konform zu POSIX.1 und wird in BSD 4.3 benutzt. Da setgroups Privilegien verlangt, ist es nicht durch POSIX.1 abgedeckt.BUGSDas Flag __USE_BSD sollte nicht für setgroups angefordert werden.SIEHE AUCHinitgroups(3).
Index | ||||||
|
|
|
Home :: Copyright :: Privacy :: Credits :: Get a free Linuxinfor Email Account Document on this page is part of "Linuxinfor Man Pages in HTML Format: man2". See Index Page for more info about Authorship and Copyright. 1999-2008 Linuxinfor.com. No rights reserved. |