GETGID()

From Lianjapedia
Revision as of 12:12, 17 December 2021 by Yvonne.milne (Talk | contribs)

Jump to: navigation, search

Purpose

Function to get Linux group identity

Syntax

GETGID()

See Also

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

Description

The GETGID() function returns the group number of the current Linux user as a decimal value.

Example

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