|
|||||||
|
|
GETGROUPSSection: Manual del Programador de Linux (2)Updated: 10 Diciembre 1997 Index Return to Main Contents NOMBREgetgroups, setgroups - obtiene/asigna la lista de IDs de grupo suplementariosSINOPSIS#include <unistd.h>int getgroups(int size, gid_t list[]);
#define __USE_BSD
int setgroups(size_t size, const gid_t *list); DESCRIPCIÓN
VALOR DEVUELTO
ERRORES
CONFORME ASVr4, SVID (sólo en la distribución 4; estas llamadas al sistema no estaban presentes en SVr3), X/OPEN, 4.3BSD. La función getgroups está en POSIX.1. Puesto que setgroups requiere privilegios, no está cubierta por POSIX.1.FALLOSLa macro __USE_BSD probablemente no debería ser necesaria para setgroups.VÉASE TAMBIÉNinitgroups(3), getgid(2), setgid(2)
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. |