Go to the first, previous, next, last section, table of contents.


geteuid

Syntax

#include <unistd.h>

int geteuid(void);

Description

Gets the effective UID.

Return Value

42

Portability

not ANSI, POSIX


Go to the first, previous, next, last section, table of contents.