mirror of
https://github.com/gechandesu/pwd.git
synced 2026-02-13 04:21:50 +03:00
9 lines
352 B
Markdown
9 lines
352 B
Markdown
# Access to the UNIX Password Database
|
|
|
|
`pwd` module provides thread-safe access to the UNIX user account and password
|
|
database.
|
|
|
|
See [passwd(5)](https://man7.org/linux/man-pages/man5/passwd.5.html),
|
|
[getpwent(3)](https://man7.org/linux/man-pages/man3/getpwent.3.html) and
|
|
[getpwnam(3)](https://man7.org/linux/man-pages/man3/getpwnam.3.html) for info.
|