1GETEGID(P)                 POSIX Programmer's Manual                GETEGID(P)
2
3
4

NAME

6       getegid - get the effective group ID
7

SYNOPSIS

9       #include <unistd.h>
10
11       gid_t getegid(void);
12
13

DESCRIPTION

15       The getegid() function shall return the effective group ID of the call‐
16       ing process.
17

RETURN VALUE

19       The getegid() function shall always be successful and no  return  value
20       is reserved to indicate an error.
21

ERRORS

23       No errors are defined.
24
25       The following sections are informative.
26

EXAMPLES

28       None.
29

APPLICATION USAGE

31       None.
32

RATIONALE

34       None.
35

FUTURE DIRECTIONS

37       None.
38

SEE ALSO

40       geteuid()  ,  getgid()  , getuid() , setegid() , seteuid() , setgid() ,
41       setregid() , setreuid() , setuid() , the  Base  Definitions  volume  of
42       IEEE Std 1003.1-2001, <sys/types.h>, <unistd.h>
43
45       Portions  of  this text are reprinted and reproduced in electronic form
46       from IEEE Std 1003.1, 2003 Edition, Standard for Information Technology
47       --  Portable  Operating  System  Interface (POSIX), The Open Group Base
48       Specifications Issue 6, Copyright (C) 2001-2003  by  the  Institute  of
49       Electrical  and  Electronics  Engineers, Inc and The Open Group. In the
50       event of any discrepancy between this version and the original IEEE and
51       The  Open Group Standard, the original IEEE and The Open Group Standard
52       is the referee document. The original Standard can be  obtained  online
53       at http://www.opengroup.org/unix/online.html .
54
55
56
57IEEE/The Open Group                  2003                           GETEGID(P)
Impressum