Is there a standard module library function to access /etc/passwd or /etc/group
Heather Coppersmith
me at privacy.net
Wed Jul 30 08:34:41 EDT 2003
More information about the Python-list mailing list
Wed Jul 30 08:34:41 EDT 2003
- Previous message (by thread): Is there a standard module library function to access /etc/passwd or /etc/group
- Next message (by thread): Is there a standard module library function to access /etc/passwd or /etc/group
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
On 30 Jul 2003 05:16:43 -0700, robin.cull at pace.co.uk (Robin Cull) wrote: > ... Something that gives access to the C standard libarary > functions get[pw|group]ent(), for example ... Right out of the table of contents of Python's Library Reference: 8.2 pwd -- The password database 8.3 grp -- The group database When all else fails, read the manual.... ;-) Regards, Heather -- Heather Coppersmith That's not right; that's not even wrong. -- Wolfgang Pauli
- Previous message (by thread): Is there a standard module library function to access /etc/passwd or /etc/group
- Next message (by thread): Is there a standard module library function to access /etc/passwd or /etc/group
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
More information about the Python-list mailing list