*** UNIX MANUAL PAGE BROWSER ***

A Nergahak database for man pages research.

Navigation

Directory Browser

1Browse 4.4BSD4.4BSD
1Browse Digital UNIXDigital UNIX 4.0e
1Browse FreeBSDFreeBSD 14.3
1Browse MINIXMINIX 3.4.0rc6-d5e4fc0
1Browse NetBSDNetBSD 10.1
1Browse OpenBSDOpenBSD 7.7
1Browse UNIX v7Version 7 UNIX
1Browse UNIX v10Version 10 UNIX

Manual Page Search

Manual Page Result

0 Command: setuid | Section: 2 | Source: Digital UNIX | File: setuid.2.gz
setuid(2) System Calls Manual setuid(2) NAME setuid - Sets the user ID SYNOPSIS #include <unistd.h> int setuid ( uid_t user_id ); Application developers may want to specify an #include statement for <sys/types.h> before the one for <unistd.h> if programs are being de- veloped for multiple platforms. The additional #include statement is not required on DIGITAL UNIX systems or by ISO or X/Open standards, but may be required on other vendors' systems that conform to these stan- dards. STANDARDS Interfaces documented on this reference page conform to industry stan- dards as follows: setuid(): XPG4, XPG4-UNIX Refer to the standards(5) reference page for more information about in- dustry standards and associated tags. PARAMETERS Specifies the new user ID. DESCRIPTION The setuid() function sets the real user ID, effective user ID, and the saved set user ID to the user_id parameter. To change the real user ID, the effective user ID, and the saved set user ID, the calling process must have superuser privilege. If the process does not have appropriate privilege, but the user_id parameter is equal to the real user ID or the saved set user ID, the setuid() function sets the effective user ID to the user_id parameter. The real user ID and saved set user ID remain unchanged. RETURN VALUES Upon successful completion, the setuid() function returns a value of 0 (zero). Otherwise, the function returns a value of -1 and sets errno to indicate the error. ERRORS The setuid() function sets errno to the specified values for the fol- lowing conditions: [Digital] The process is attempting an operation that would exceeds a system limit, such as the number of tasks or threads allowed for a user ID. The value of the user_id parameter is invalid. The process does not have superuser privileges, and the user_id parameter does not match the real user ID or the saved set user ID. RELATED INFORMATION Functions: exec(2), getuid(2), setgid(2), setreuid(2) Standards: standards(5) delim off setuid(2)

Navigation Options