ACCESS()

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

Jump to: navigation, search

Purpose

Function to return Linux user access group

Syntax

ACCESS()

See Also

GETENV(), GETGID(), GETGRNAM(), GETPID(), GETPROT(), GETUID(), SETPROT(), STR()

Description

The ACCESS() function returns the group number to which the user has been assigned by the system manager.

Example

if access() > 100
    dialog box "Sorry, access denied."
endif