Python grp Functions
EditRocket provides the following information on grp functions in the Python source code builder.
getgrall() - Return a list of all available group entries, in arbitrary order.
getgrgid(gid) - Return the group database entry for the given numeric group ID.
getgrnam(name) - Return the group database entry for the given group name.