|
|||||||
|
|
GETGIDSection: Manual del Programador de Linux (2)Updated: 23 julio 1993 Index Return to Main Contents NOMBREgetgid, getegid - devuelve la identidad (identificador) del grupoSINOPSIS#include <unistd.h>#include <sys/types.h>
gid_t getgid(void);
DESCRIPCIÓNgetgid devuelve el ID (identificador) real del grupo del proceso actual.getegid devuelve el ID 'efectivo' del grupo del proceso actual. El ID real se corresponde con el ID del proceso invocador. El ID efectivo corresponde al bit ID establecido en el fichero que se está ejecutando. ERRORESEstas funciones siempre terminan sin error.CONFORME APOSIX, BSD 4.3VÉASE TAMBIÉNsetregid(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. |