[Linux manuál]
Návod, kniha: Linux Programmer's Manual
#include <sys/types.h>
gid_t getgid(void);
gid_t getegid(void);
getegid returns the effective group ID of the current process.
The real ID corresponds to the ID of the calling process. The effective ID
corresponds to the set ID bit on the file being executed.
getgid, getegid: získat skupinovou identitu
Originální popis anglicky: getgid, getegid - get group identityNávod, kniha: Linux Programmer's Manual
STRUČNĚ
#include <unistd.h>POPIS / INSTRUKCE
getgid returns the real group ID of the current process.CHYBY / ERRORY
These functions are always successful.ODPOVÍDAJÍCÍ
POSIX, BSD 4.3SOUVISEJÍCÍ
setgid(2), setregid(2)| 1993-07-23 | Linux 0.99.11 |