3.2.46 getgrnam
getgrnam
This function does the same thing as getgrnam (3): it looks up a group file entry by group name. The return value in list context is: ($name, $passwd, $gid, $members)
where
In scalar context, getgrnam returns only the numeric group ID. |
|