Password database entry.
More...
#include <zephyr/posix/pwd.h>
|
| char * | pw_name |
| | User's login name.
|
| |
| uid_t | pw_uid |
| | Numerical user ID.
|
| |
| gid_t | pw_gid |
| | Numerical group ID.
|
| |
| char * | pw_dir |
| | Initial working directory.
|
| |
| char * | pw_shell |
| | Program to use as shell.
|
| |
Password database entry.
Definition at line 27 of file pwd.h.
◆ pw_dir
Initial working directory.
Definition at line 31 of file pwd.h.
◆ pw_gid
Numerical group ID.
Definition at line 30 of file pwd.h.
◆ pw_name
User's login name.
Definition at line 28 of file pwd.h.
◆ pw_shell
Program to use as shell.
Definition at line 32 of file pwd.h.
◆ pw_uid
Numerical user ID.
Definition at line 29 of file pwd.h.
The documentation for this struct was generated from the following file: