|
||||||||||||
|
|
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 |
|||||||||||
|
||||||||||||