]> CyberLeo.Net >> Repos - FreeBSD/stable/9.git/blob - libexec/getty/ttys.5
MFC r260913,266895:
[FreeBSD/stable/9.git] / libexec / getty / ttys.5
1 .\" Copyright (c) 1985, 1991, 1993
2 .\"     The Regents of the University of California.  All rights reserved.
3 .\"
4 .\" Redistribution and use in source and binary forms, with or without
5 .\" modification, are permitted provided that the following conditions
6 .\" are met:
7 .\" 1. Redistributions of source code must retain the above copyright
8 .\"    notice, this list of conditions and the following disclaimer.
9 .\" 2. Redistributions in binary form must reproduce the above copyright
10 .\"    notice, this list of conditions and the following disclaimer in the
11 .\"    documentation and/or other materials provided with the distribution.
12 .\" 3. All advertising materials mentioning features or use of this software
13 .\"    must display the following acknowledgement:
14 .\"     This product includes software developed by the University of
15 .\"     California, Berkeley and its contributors.
16 .\" 4. Neither the name of the University nor the names of its contributors
17 .\"    may be used to endorse or promote products derived from this software
18 .\"    without specific prior written permission.
19 .\"
20 .\" THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND
21 .\" ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
22 .\" IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
23 .\" ARE DISCLAIMED.  IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE
24 .\" FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
25 .\" DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
26 .\" OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
27 .\" HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
28 .\" LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
29 .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
30 .\" SUCH DAMAGE.
31 .\"
32 .\"     from: @(#)ttys.5        8.1 (Berkeley) 6/4/93
33 .\" $FreeBSD$
34 .\" "
35 .Dd May 27, 2005
36 .Dt TTYS 5
37 .Os
38 .Sh NAME
39 .Nm ttys
40 .Nd terminal initialization information
41 .Sh DESCRIPTION
42 The file
43 .Nm
44 contains information that is used by various routines to initialize
45 and control the use of terminal special files.
46 This information is read with the
47 .Xr getttyent 3
48 library routines.
49 There is one line in the
50 .Nm
51 file per special device file.
52 Fields are separated by tabs and/or spaces.
53 Fields comprised of more than one word should be enclosed in double
54 quotes (``"'').
55 Blank lines and comments may appear anywhere in the file; comments
56 are delimited by hash marks (``#'') and new lines.
57 Any unspecified fields will default to null.
58 .Pp
59 The first field is normally the
60 name of the terminal special file as it is found in
61 .Pa /dev .
62 However, it can be any arbitrary string
63 when the associated command is not related to a tty.
64 .Pp
65 The second field of the file is the command to execute for the line,
66 usually
67 .Xr getty 8 ,
68 which initializes and opens the line, setting the speed, waiting for
69 a user name and executing the
70 .Xr login 1
71 program.
72 It can be, however, any desired command, for example
73 the start up for a window system terminal emulator or some other
74 daemon process, and can contain multiple words if quoted.
75 .Pp
76 The third field is the type of terminal usually connected to that
77 tty line, normally the one found in the
78 .Xr termcap 5
79 data base file.
80 The environment variable
81 .Ev TERM
82 is initialized with the value by
83 either
84 .Xr getty 8
85 or
86 .Xr login 1 .
87 .Pp
88 The remaining fields set flags in the
89 .Fa ty_status
90 entry (see
91 .Xr getttyent 3 ) ,
92 specify a window system process that
93 .Xr init 8
94 will maintain for the terminal line, optionally determine the
95 type of tty (whether dialin, network or otherwise),
96 or specify a tty group
97 name that allows the login class database (see
98 .Xr login.conf 5 )
99 to refer to many ttys as a group, to selectively allow or
100 deny access or enable or disable accounting facilities for
101 ttys as a group.
102 .Pp
103 As flag values, the strings ``on'' and ``off'' specify that
104 .Xr init 8
105 should (should not) execute the command given in the second field.
106 ``onifconsole'' will cause this line to be enabled if and only if it is
107 an active kernel console device (it is equivalent to ``on'' in this
108 case).
109 The flag ``secure'' (if the console is enabled) allows users with a
110 uid of 0 to login on
111 this line.
112 The flag ``dialin'' indicates that a tty entry describes a dialin
113 line, and ``network'' indicates that a tty entry provides a
114 network connection.
115 Either of these strings may also be specified in the terminal type
116 field.
117 The string ``window='' may be followed by a quoted command
118 string which
119 .Xr init 8
120 will execute
121 .Em before
122 starting the command specified by the second field.
123 .Pp
124 The string ``group='' may be followed by a group name comprised of
125 alphanumeric characters that can be used by
126 .Xr login.conf 5
127 to refer to many tty lines as a group to enable or disable access
128 and accounting facilities.
129 If no group is specified, then the tty becomes a member of the group
130 "none".
131 For backwards compatibility, the ``group='' should appear last on the
132 line, immediately before the optional comment.
133 .Pp
134 Both the second field and any command specified with ``window=''
135 will be split into words and executed using
136 .Xr execve 2 .
137 Words are separated by any combinations of tabs and spaces.
138 Arguments containing whitespace should be enclosed in single quotes
139 .Pq Li ' .
140 Note that no shell-style globbing or other variable substitution occurs.
141 .Sh FILES
142 .Bl -tag -width /etc/ttys -compact
143 .It Pa /etc/ttys
144 .El
145 .Sh EXAMPLES
146 .Bd -literal
147 # root login on console at 1200 baud
148 console "/usr/libexec/getty std.1200"   vt100   on secure
149 # dialup at 1200 baud, no root logins
150 ttyd0   "/usr/libexec/getty d1200"      dialup  on group=dialup # 555-1234
151 # Mike's terminal: hp2621
152 ttyh0   "/usr/libexec/getty std.9600"   hp2621-nl       on group=dialup # 457 Evans
153 # John's terminal: vt100
154 ttyh1   "/usr/libexec/getty std.9600"   vt100   on group=dialup         # 459 Evans
155 # terminal emulate/window system
156 ttyv0   "/usr/local/bin/xterm -display :0"      xterm   on window="/usr/local/bin/X :0"
157 # Network pseudo ttys -- don't enable getty
158 ttyp0   none    network         group=pty
159 ttyp1   none    network off     group=pty
160 .Ed
161 .Sh SEE ALSO
162 .Xr login 1 ,
163 .Xr getttyent 3 ,
164 .Xr gettytab 5 ,
165 .Xr login.conf 5 ,
166 .Xr termcap 5 ,
167 .Xr getty 8 ,
168 .Xr init 8
169 .\".Xr init 8 ,
170 .\".Xr ttyflags 8
171 .Sh HISTORY
172 A
173 .Nm
174 file appeared in
175 .At v6 .