GETUID — User ID function#

GETUID()#

Returns the numerical user ID of the current process.

Returns:

The return value of GETUID is an INTEGER of the default kind.

Standard:

GNU extension

Class:

Function

Syntax:
RESULT = GETUID()
Example:

See GETPID for an example.

See also:

GETPID — Process ID function, GETLOG — Get login name