| Home | Trees | Indices | Help |
|
|---|
|
|
State of a user.
| Instance Methods | |||
|
|||
|
Inherited from Inherited from Inherited from |
|||
| Properties | |
| bool |
present Tells whether the user is present on the system or not. |
| string |
gid The GID of the user. |
| string |
uid The UID of the user. |
| string |
name The username of the user. |
| string |
home_dir The home directory of the user. |
| string |
shell The login shell of the user. |
| string |
gecos The GECOS of the user. |
| list of string |
groups The groups the user belongs to. |
|
Inherited from |
|
| Method Details |
Prints a user-friendly representation of this state to standard output.
|
| Property Details |
presentTells whether the user is present on the system or not.
|
gidThe GID of the user.
|
uidThe UID of the user.
|
nameThe username of the user.
|
home_dirThe home directory of the user.
|
shellThe login shell of the user.
|
gecosThe GECOS of the user.
|
groupsThe groups the user belongs to.
|
| Home | Trees | Indices | Help |
|
|---|
| Generated by Epydoc 3.0.1 on Tue Dec 5 14:16:50 2017 | http://epydoc.sourceforge.net |