Difference between revisions of "GETUID()"

From Lianjapedia
Jump to: navigation, search
(Purpose)
Line 1: Line 1:
 
==Purpose==
 
==Purpose==
Function to get user identity
+
Function to get Linux user identity
  
 
==Syntax==
 
==Syntax==

Revision as of 12:13, 17 December 2021

Purpose

Function to get Linux user identity

Syntax

GETUID()

See Also

ACCESS(), GETENV(), GETGID(), GETGRNAM(), GETPID(), PUTENV(), STR()

Description

The GETUID() function returns the user number as a decimal value.

Example

if getuid() > 100 and getuid() < 200
//...
endif