MirBSD manpage: setrgid(3), setruid(3)

SETRUID(3)                 BSD Programmer's Manual                  SETRUID(3)

NAME

     setruid, setrgid - set user and group ID

SYNOPSIS

     #include <sys/types.h>

     int
     setruid(uid_t uid);

     int
     setrgid(gid_t gid);

DESCRIPTION

     This interface is made obsolete by setreuid(2). It is available from the
     compatibility library, libcompat.

     The setruid() function (setrgid()) sets the real user ID (group ID) of
     the current process to the specified value.

RETURN VALUES

     Upon success, these functions return 0; otherwise -1 is returned.

     If the user is not the super user, or the UID (GID) specified is not the
     real or effective ID of the process, these functions return -1.

SEE ALSO

     getgid(2), getuid(2), setegid(2), seteuid(2), setgid(2), setregid(2),
     setresgid(2), setresuid(2), setreuid(2), setuid(2)

HISTORY

     The setruid() and setrgid() functions appeared in 4.2BSD. Semantically
     different versions appeared in 4.4BSD. The current versions, with the
     original semantics restored, appeared in OpenBSD 3.3.

MirBSD #10-current              April 19, 1991                               1

Generated on 2022-12-24 01:00:14 by $MirOS: src/scripts/roff2htm,v 1.113 2022/12/21 23:14:31 tg Exp $ — This product includes material provided by mirabilos.

These manual pages and other documentation are copyrighted by their respective writers; their sources are available at the project’s CVSweb, AnonCVS and other mirrors. The rest is Copyright © 2002–2022 MirBSD.

This manual page’s HTML representation is supposed to be valid XHTML/1.1; if not, please send a bug report — diffs preferred.

Kontakt / Impressum & Datenschutzerklärung