NAME
getuid – get a real user ID
SYNOPSIS
1 2 |
#include<unistd.h> uid_t getuid(void); |
DESCRIPTION
The getuid() function shall return the real user ID of the calling process.
RETURN VALUE
The getuid() function shall always be successful and no return value is reserved to indicate the error.
ERRORS
No errors are defined.