pwd.struct_passwd

class pwd.struct_passwd

pwd.struct_passwd: Results from getpw*() routines.

This object may be accessed either as a tuple of
(pw_name,pw_passwd,pw_uid,pw_gid,pw_gecos,pw_dir,pw_shell)

or via the object attributes as named in the above tuple.

Attributes

n_fields
n_sequence_fields
n_unnamed_fields
pw_dir home directory
pw_gecos real name
pw_gid group id
pw_name user name
pw_passwd password
pw_shell shell program
pw_uid user id