|
Hopefully, this page is exactly what you are looking for, but if not, you can always find further assistance on Unix/Linux Forum!
System Calls getuid(2)
NAME
getuid, geteuid, getgid, getegid - get real user, effective
user, real group, and effective group IDs
SYNOPSIS
#include <sys/types.h>
#include <unistd.h>
uid_t getuid(void);
uid_t geteuid(void);
gid_t getgid(void);
gid_t getegid(void);
DESCRIPTION
The getuid() function returns the real user ID of the cal-
ling process. The real user ID identifies the person who is
logged in.
The geteuid() function returns the effective user ID of the
calling process. The effective user ID gives the process
various permissions during execution of "set-user-ID" mode
processes which use getuid() to determine the real user ID
of the process that invoked them.
The getgid() function returns the real group ID of the cal-
ling process.
The getegid() function returns the effective group ID of the
calling process.
ATTRIBUTES
See attributes(5) for descriptions of the following attri-
butes:
____________________________________________________________
| ATTRIBUTE TYPE | ATTRIBUTE VALUE |
|_____________________________|_____________________________|
| Interface Stability | Standard |
|_____________________________|_____________________________|
| MT-Level | Async-Signal-Safe |
|_____________________________|_____________________________|
SEE ALSO
intro(2), setuid(2), attributes(5), standards(5)
SunOS 5.10 Last change: 28 Dec 1996 1
Man(1) output converted with
man2html and wrapped by fishsponge
This page was generated on Wed Sep 12 11:27:01 GMT 2007
|
Your favourite pages:
No pages logged yet. Trying to save cookie... Top 10 most popular pages:
sqlite3 man page (5323 hits) (openSUSE 10.2)
svn man page (5181 hits) (FreeBSD 6.2)
adv_cap_autoneg man page (4865 hits) (Solaris 10 11_06)
CPAN man page (4602 hits) (Suse Linux 10.1)
ssh man page (4337 hits) (Suse Linux 10.1)
ssh-socks5-proxy-connect man page (2843 hits) (Solaris 10 11_06)
netcat man page (2691 hits) (Suse Linux 10.1)
pprosetup man page (2474 hits) (Solaris 10 11_06)
startproc man page (2457 hits) (Suse Linux 10.1)
signal man page (2395 hits) (Suse Linux 10.1)
|