BSD 2 development
[unix-history] / .ref-BSD-1 / man5 / htmp.5
CommitLineData
7fb32240
BJ
1.th HTMP V 9/24/77
2.sh NAME
3htmp \- home directory and teletype data base
4.sh DESCRIPTION
5The home directory and teletype data base
6.it htmp
7is maintained by
8.it login
9(I)
10and
11.it su
12(VIII)
13and may also be modified by
14.it ttytype
15(VI)
16and
17.it sethome
18(VI).
19The file consists of an array of structures of the form:
20.s3
21.dt
22 \fBstruct\fR htmp {
23.br
24 \fBint\fR uid;
25.br
26 \fBchar\fR home[28];
27.br
28 \fBint\fR ttytype;
29.br
30 };
31.s3
32The
33.it ttytype
34is actually a two character code.
35See
36.it ttytype
37(VI)
38for a list.
39.s3
40The file is indexed by the various teletypes in a version-dependent
41fashion.
42For version 6 systems, the file is indexed by the result of a call
43to
44.it ttyn
45(III).
46.sh FILES
47.dt
48/etc/htmp data base
49.sh "SEE ALSO"
50sethome (VI), ttytype (VI), ex (VI), sh (VI), tset (VI), htmp (VII)
51.sh AUTHOR
52William Joy