BSD 3 development
[unix-history] / usr / man / man5 / ttys.5
CommitLineData
e6817382
BJ
1.TH TTYS 5
2.SH NAME
3ttys \- terminal initialization data
4.SH DESCRIPTION
5The
6.I ttys
7file is read by the
8.I init
9program and specifies
10which terminal special files are to have
11a process created for them which will allow people to
12log in.
13It contains one line per special file.
14.PP
15The first character of a line is either `0' or `1';
16the former causes the line to be ignored,
17the latter causes it to be effective.
18The second character is used as an argument to
19.IR getty (8),
20which performs such tasks as baud-rate recognition,
21reading the login name,
22and calling
23.I login.
24For normal lines,
25the character is `0';
26other characters can be used, for example, with hard-wired terminals
27where speed recognition is unnecessary
28or which have special characteristics.
29.RI ( Getty
30will have to be fixed in such cases.)
31The remainder of the line is the terminal's entry
32in the device directory, /dev.
33.SH FILES
34/etc/ttys
35.SH "SEE ALSO"
36init(8), getty(8), login(1)