*** 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: getuid | Section: 2 | Source: Digital UNIX | File: getuid.2.gz
getuid(2) System Calls Manual getuid(2) NAME getuid, geteuid - Gets the real or effective user ID SYNOPSIS #include <unistd.h> uid_t getuid( void ); uid_t geteuid( void ); 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: getuid(): POSIX.1, XPG4, XPG4-UNIX Refer to the standards(5) reference page for more information about in- dustry standards and associated tags. DESCRIPTION The getuid() function returns the real user ID of the calling process. The geteuid() function returns the effective user ID of the calling process. RELATED INFORMATION Functions: setuid(2), setruid(3), setreuid(2) Standards: standards(5) delim off getuid(2)

Navigation Options