1GETGID(2)                  Linux Programmer's Manual                 GETGID(2)
2
3
4

NAME

6       getgid, getegid - get group identity
7

SYNOPSIS

9       #include <unistd.h>
10       #include <sys/types.h>
11
12       gid_t getgid(void);
13       gid_t getegid(void);
14

DESCRIPTION

16       getgid() returns the real group ID of the current process.
17
18       getegid() returns the effective group ID of the current process.
19

ERRORS

21       These functions are always successful.
22

CONFORMING TO

24       POSIX.1-2001, 4.3BSD
25

SEE ALSO

27       setgid(2), setregid(2)
28
29
30
31Linux 0.99.11                     1993-07-23                         GETGID(2)
Impressum