GETUID — User ID function#
-
GETUID()#
Returns the numerical user ID of the current process.
- Returns
The return value of
GETUID
is anINTEGER
of the default kind.
- Standard:
GNU extension
- Class:
Function
- Syntax:
RESULT = GETUID()
- Example:
See
GETPID
for an example.- See also: