1TTYTYPE(5)                 Linux Programmer's Manual                TTYTYPE(5)
2
3
4

NAME

6       ttytype - terminal device to default terminal type mapping
7

DESCRIPTION

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

FILES

22       /etc/ttytype
23              the tty definitions file.
24

EXAMPLE

26       A typical /etc/ttytype is:
27
28              con80x25 tty1
29              vt320 ttys0
30

SEE ALSO

32       termcap(5), terminfo(5), agetty(8), mingetty(8)
33

COLOPHON

35       This  page  is  part of release 3.53 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                             2012-12-31                        TTYTYPE(5)
Impressum