Syntax
getegid()
Description
The getegid() function returns the numeric effective group id of the caller.
Example
println(getegid()) 100
getegid()
The getegid() function returns the numeric effective group id of the caller.
println(getegid()) 100