Structure of entries in the passwd
database
val getbyname : string ‑> t option
val getbyname_exn : string ‑> t
val getbyuid : int ‑> t option
val getbyuid_exn : int ‑> t
val getpwents : unit ‑> t list
getpwents
is a thread-safe wrapper over the low-level passwd database functions.
The order in which the results are returned is not deterministic.
module Low_level : sig ... end