Mwnci getgrgid() Function

Syntax

getgrgid(integer)

Description

The getgrgid() function returns a hash of the group for the given Gid.

Example

include("grp")
println(getgrgid(100))

{"Gid": 100, "Members": ["eccles"], "Group": "users", "Password": "x"}