|
|
DataMuseum.dkPresents historical artifacts from the history of: ICL Comet 32 |
This is an automatic "excavation" of a thematic subset of
See our Wiki for more about ICL Comet 32 Excavated with: AutoArchaeologist - Free & Open Source Software. |
top - metrics - download
Length: 722 (0x2d2)
Types: TextFile
Notes: UNIX file
Names: »getuid.2«
└─⟦26887b7e0⟧ Bits:30009717 Comet 32 harddisk image
└─⟦28c352965⟧ »/a« UNIX Filesystem
└─⟦this⟧ »usr/man/man2/getuid.2«
.ig @(#)getuid.2 2.1 7/1/84 @(#)Copyright (C) 1983 by National Semiconductor Corp. .. .TH GETUID 2 .SH NAME getuid, getgid, geteuid, getegid \- get user and group identity .SH SYNOPSIS .B getuid() .PP .B geteuid() .PP .B getgid() .PP .B getegid() .SH DESCRIPTION .I Getuid returns the real user ID of the current process, .I geteuid the effective 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. .PP .I Getgid returns the real group ID, .I getegid the effective group ID. .SH "SEE ALSO" setuid(2)