HTMP(V) − PWB/UNIX 9/24/77
NAME
htmp − home directory and teletype data base
DESCRIPTION
The home directory and teletype data base htmp is maintained by login (I) and su (VIII) and may also be modified by ttytype (VI) and sethome (VI). The file consists of an array of structures of the form: struct htmp {
intuid;
charhome[28];
intttytype;
}; The ttytype is actually a two character code. See ttytype (VI) for a list. The file is indexed by the various teletypes in a version-dependent fashion. For version 6 systems, the file is indexed by the result of a call to ttyn (III).
FILES
/etc/htmpdata base
SEE ALSO
sethome (VI), ttytype (VI), ex (VI), sh (VI), tset (VI), htmp (VII)
AUTHOR
William Joy