Is there a standard module library function to access /etc/passwd or /etc/group

Gerhard Häring gh at ghaering.de
Wed Jul 30 12:49:17 EDT 2003


Robin Cull wrote:
> Hi all, 
> 
> I'm writing a script that needs to do lookups on the UNIX passwd and
> groups file [...]

import pwd, grp

Next question? :)

-- Gerhard





More information about the Python-list mailing list