Up
Module
Group
Structure of entries in the
groups
database.
Signature
type
t = {
name
: string
;
passwd
: string
;
gid
: int
;
mem
: string array
;
}
val
sexp_of_t :
t
->
Sexplib.Sexp.t
val
getbyname : string ->
t
option
val
getbyname_exn : string ->
t
val
getbygid : int ->
t
option
val
getbygid_exn : int ->
t