Files
pwd/README.md
ge 326d93714a Revert "all: rename module to pwdb"
This reverts commit 2d9ec0bf59.

The name `pwd` is still better, since it matches the name of the corresponding C header file.
2026-03-18 15:32:52 +03:00

352 B

Access to the UNIX Password Database

pwd module provides thread-safe access to the UNIX user account and password database.

See passwd(5), getpwent(3) and getpwnam(3) for info.