posix-next API 0.1.0
Out-of-tree Zephyr POSIX module
Loading...
Searching...
No Matches
passwd Struct Reference

Password database entry. More...

#include <zephyr/posix/pwd.h>

Data Fields

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.
 

Detailed Description

Password database entry.

Definition at line 27 of file pwd.h.

Field Documentation

◆ pw_dir

char* passwd::pw_dir

Initial working directory.

Definition at line 31 of file pwd.h.

◆ pw_gid

gid_t passwd::pw_gid

Numerical group ID.

Definition at line 30 of file pwd.h.

◆ pw_name

char* passwd::pw_name

User's login name.

Definition at line 28 of file pwd.h.

◆ pw_shell

char* passwd::pw_shell

Program to use as shell.

Definition at line 32 of file pwd.h.

◆ pw_uid

uid_t passwd::pw_uid

Numerical user ID.

Definition at line 29 of file pwd.h.


The documentation for this struct was generated from the following file: