module Passwd:sig..end
val name : Line.t -> stringval set_name : string -> Line.t -> Line.tLine.Passwd.nameval passwd : Line.t -> string
(On modern systems this is usually a dummy marker rather than the
encrypted password.) (accessor, required)
val set_passwd : string -> Line.t -> Line.tLine.Passwd.passwdval uid : Line.t -> intval set_uid : int -> Line.t -> Line.tLine.Passwd.uidval gid : Line.t -> intval set_gid : int -> Line.t -> Line.tLine.Passwd.gidval gecos : Line.t -> stringval set_gecos : string -> Line.t -> Line.tLine.Passwd.gecosval home : Line.t -> stringval set_home : string -> Line.t -> Line.tLine.Passwd.homeval shell : Line.t -> stringval set_shell : string -> Line.t -> Line.tLine.Passwd.shellval create : name:string ->
passwd:string ->
uid:int ->
gid:int -> gecos:string -> home:string -> shell:string -> Line.t -> Line.tLine.Passwd substructure to a line.