Contains information about a user.
|
|
std::string | pw_name |
| | name of the user
|
| |
|
std::string | pw_passwd |
| | Unused currently.
|
| |
|
uid_t | pw_uid |
| | real User ID
|
| |
|
gid_t | pw_gid |
| | real Group ID
|
| |
|
std::string | pw_dir |
| | user's home directory
|
| |
|
std::string | pw_shell |
| | user's shell program
|
| |
The documentation for this struct was generated from the following file: