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(5)/terminfo(5) terminal type
10 names with tty lines. Each line consists of a terminal type, followed
11 by 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 UNIX systems.
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 5.13 of the Linux man-pages project. A
36 description of the project, information about reporting bugs, and the
37 latest version of this page, can be found at
38 https://www.kernel.org/doc/man-pages/.
39
40
41
42Linux 2020-06-09 TTYTYPE(5)