1TTYTYPE(5) Linux Programmer's Manual TTYTYPE(5)
2
3
4
6 ttytype - terminal device to default terminal type mapping
7
9 The /etc/ttytype file associates termcap/terminfo terminal type names
10 with tty lines. Each line consists of a terminal type, followed by
11 whitespace, followed by a tty name (a device name without the /dev/)
12 prefix.
13
14 This association is used by the program tset(1) to set the environment
15 variable TERM to the default terminal name for the user's current tty.
16
17 This facility was designed for a traditional time-sharing environment
18 featuring character-cell terminals hardwired to a Unix minicomputer.
19 It is little used on modern workstation and personal Unixes.
20
22 /etc/ttytype
23 the tty definitions file.
24
26 A typical /etc/ttytype is:
27
28 con80x25 tty1
29 vt320 ttys0
30
32 termcap(5), terminfo(5), agetty(8), mingetty(8)
33
35 This page is part of release 3.22 of the Linux man-pages project. A
36 description of the project, and information about reporting bugs, can
37 be found at http://www.kernel.org/doc/man-pages/.
38
39
40
41Linux 1993-07-24 TTYTYPE(5)