GETGID

Section: Manual del Programador de Linux (2)
Updated: 23 julio 1993
Index Return to Main Contents


 

NOMBRE

getgid, getegid - devuelve la identidad (identificador) del grupo  

SINOPSIS

#include <unistd.h>
#include <sys/types.h>

gid_t getgid(void);
gid_t getegid(void);  

DESCRIPCIÓN

getgid

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.  

ERRORES

Estas funciones siempre terminan sin error.  

CONFORME A

POSIX, BSD 4.3  

VÉASE TAMBIÉN

setregid

(2), setgid(2)


 

Index

NOMBRE
SINOPSIS
DESCRIPCIÓN
ERRORES
CONFORME A
VÉASE TAMBIÉN

This document was created by man2html, using the manual pages.
Time: 06:16:21 GMT, January 22, 2005