*** 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: UNIX v7 | File: getuid.2
GETUID(2) System Calls Manual GETUID(2) NAME getuid, getgid, geteuid, getegid - get user and group identity SYNOPSIS getuid( ) geteuid( ) getgid( ) getegid( ) 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, in contradistinction to the effective user ID, which determines his access permission at the moment. It is thus useful to programs which operate using the `set user ID' mode, to find out who invoked them. Getgid returns the real group ID, getegid the effective group ID. SEE ALSO setuid(2) ASSEMBLER (getuid = 24.) sys getuid (real user ID in r0, effective user ID in r1) (getgid = 47.) sys getgid (real group ID in r0, effective group ID in r1) GETUID(2)

Navigation Options