Penguin
Annotated edit history of geteuid(2) version 2, including all changes. View license author blame.
Rev Author # Line
1 perry 1 !!NAME
2 PerryLorier 2 geteuid - get effective user identity
1 perry 3
4 !!SYNOPSIS
2 PerryLorier 5 __#include <unistd.h>__
6 __#include <sys/types.h>__
1 perry 7
2 PerryLorier 8 __uid_t geteuid(void);__
1 perry 9
10 !!DESCRIPTION
2 PerryLorier 11 geteuid(2) returns the effective user ID of the current process.
1 perry 12
2 PerryLorier 13 The effective ID corresponds to the set ID bit on the file being executed. See [EffectiveID] for more information.
1 perry 14
15 !!ERRORS
2 PerryLorier 16 These functions are always successful.
1 perry 17
18 !!CONFORMING TO
2 PerryLorier 19 [POSIX], BSD 4.3.
1 perry 20
21 !!SEE ALSO
2 PerryLorier 22 setreuid(2), setuid(2), getuid(2), getegid(2)
This page is a man page (or other imported legacy content). We are unable to automatically determine the license status of this page.

PHP Warning

lib/blame.php:177: Warning: Invalid argument supplied for foreach() (...repeated 6 times)