next node: FileSystemFun,
prev node: ProcessCtrl,
up to node: Subsystem Unix


UserAndGroupFun

Signature of UserAndGroupFun

List of Import References :
See BOOL
See Char
See Com
See DENOTATION
See Denotation
See Nat
See Option
See Seq
See Set
See UserAndGroup
See Void

SIGNATURE UserAndGroupFun

$Date: 1998/06/16 16:00:19 $ ($Revision: 1.1.1.1 $)

-- convenient user and group functions

IMPORT
  Com[denotation]     ONLY com: SORT
  UserAndGroup        ONLY userid: SORT

FUN homeDir : denotation -> com[denotation]
              -- returns home directory for given user name, fails if unknown
    homeDir : userid     -> com[denotation]
              -- returns home directory for given IUd, fails if unknown


next node: FileSystemFun,
prev node: ProcessCtrl,
up to node: Subsystem Unix