mirror of
https://github.com/gechandesu/pwd.git
synced 2026-03-25 21:13:14 +03:00
This reverts commit 2d9ec0bf59.
The name `pwd` is still better, since it matches the name of the corresponding C header file.
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.
|