*** 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: MINIX | File: getuid.2
GETUID(2) System Calls Manual GETUID(2) NAME getuid, geteuid - get user identity SYNOPSIS #include <sys/types.h> #include <unistd.h> uid_t getuid(void) uid_t geteuid(void) DESCRIPTION Getuid returns the real user ID of the current process, geteuid the ef- fective user ID. The real user ID identifies the person who is logged in. The effective user ID gives the process additional permissions during execution of "set-user-ID" mode processes, which use getuid to determine the real- user-id of the process that invoked them. SEE ALSO getgid(2), setuid(2). 4th Berkeley Distribution January 7, 1986 GETUID(2)

Navigation Options