GETUID(2) DOMAIN/IX Reference Manual (SYS5) GETUID(2)
NAME
getuid, geteuid, getgid, getegid - get real user, effective
user, real group, and effective group IDs
USAGE
unsigned short getuid ()
unsigned short geteuid ()
unsigned short getgid ()
unsigned short getegid ()
DESCRIPTION
Getuid returns the real user ID of the process that called
it.
Geteuid returns the effective user ID of the process that
called it.
Getgid returns the real group ID of the process that called
it.
Getegid returns the effective group ID of the process that
called it.
RELATED INFORMATION
setuid(2)
Printed 5/10/85 GETUID-1