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.
352 B
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.