grp.getgrnam(name)
Return the group database entry for the given group name. KeyError
is raised if the entry asked for cannot be found.
grp.getgrnam(name)
Return the group database entry for the given group name. KeyError
is raised if the entry asked for cannot be found.
Please login to continue.