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

PROLOG

6       This  manual  page is part of the POSIX Programmer's Manual.  The Linux
7       implementation of this interface may differ (consult the  corresponding
8       Linux  manual page for details of Linux behavior), or the interface may
9       not be implemented on Linux.
10
11

NAME

13       setegid — set the effective group ID
14

SYNOPSIS

16       #include <unistd.h>
17
18       int setegid(gid_t gid);
19

DESCRIPTION

21       If gid is equal to the real group ID or the saved set-group-ID,  or  if
22       the  process has appropriate privileges, setegid() shall set the effec‐
23       tive group ID of the calling process to gid; the real group  ID,  saved
24       set-group-ID, and any supplementary group IDs shall remain unchanged.
25
26       The setegid() function shall not affect the supplementary group list in
27       any way.
28

RETURN VALUE

30       Upon successful completion, 0 shall be returned; otherwise, −1 shall be
31       returned and errno set to indicate the error.
32

ERRORS

34       The setegid() function shall fail if:
35
36       EINVAL The value of the gid argument is invalid and is not supported by
37              the implementation.
38
39       EPERM  The process does not have appropriate privileges  and  gid  does
40              not match the real group ID or the saved set-group-ID.
41
42       The following sections are informative.
43

EXAMPLES

45       None.
46

APPLICATION USAGE

48       None.
49

RATIONALE

51       Refer to the RATIONALE section in setuid().
52

FUTURE DIRECTIONS

54       None.
55

SEE ALSO

57       exec,  getegid(),  geteuid(),  getgid(), getuid(), seteuid(), setgid(),
58       setregid(), setreuid(), setuid()
59
60       The Base Definitions volume of POSIX.1‐2008, <sys_types.h>, <unistd.h>
61
63       Portions of this text are reprinted and reproduced in  electronic  form
64       from IEEE Std 1003.1, 2013 Edition, Standard for Information Technology
65       -- Portable Operating System Interface (POSIX),  The  Open  Group  Base
66       Specifications Issue 7, Copyright (C) 2013 by the Institute of Electri‐
67       cal and Electronics Engineers,  Inc  and  The  Open  Group.   (This  is
68       POSIX.1-2008  with  the  2013  Technical Corrigendum 1 applied.) In the
69       event of any discrepancy between this version and the original IEEE and
70       The  Open Group Standard, the original IEEE and The Open Group Standard
71       is the referee document. The original Standard can be  obtained  online
72       at http://www.unix.org/online.html .
73
74       Any  typographical  or  formatting  errors that appear in this page are
75       most likely to have been introduced during the conversion of the source
76       files  to  man page format. To report such errors, see https://www.ker
77       nel.org/doc/man-pages/reporting_bugs.html .
78
79
80
81IEEE/The Open Group                  2013                          SETEGID(3P)
Impressum