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 A typical /etc/ttytype is:
23
24 con80x25 tty1
25 vt320 ttys0
26
27
29 /etc/ttytype
30 the tty definitions file.
31
33 termcap(5), terminfo(5) mingetty(8)
34
35
36
37Linux 1993-07-24 TTYTYPE(5)