Project

General

Profile

Download (2.04 KB) Statistics
| Branch: | Tag: | Revision:
1 5b237745 Scott Ullrich
#
2 d8f123b8 Renato Botelho
# $FreeBSD: stable/10/etc/etc.amd64/ttys 267236 2014-06-08 17:50:07Z nwhitehorn $
3 0fdabdcd Scott Ullrich
#	@(#)ttys	5.1 (Berkeley) 4/17/89
4 5b237745 Scott Ullrich
#
5 65b8734a Scott Ullrich
# This file specifies various information about terminals on the system.
6
# It is used by several different programs.  Common entries for the
7
# various columns include:
8
#
9
# name  The name of the terminal device.
10
#
11
# getty The program to start running on the terminal.  Typically a
12
#       getty program, as the name implies.  Other common entries
13
#       include none, when no getty is needed, and xdm, to start the
14
#       X Window System.
15
#
16
# type The initial terminal type for this port.  For hardwired
17
#      terminal lines, this will contain the type of terminal used.
18 d8f123b8 Renato Botelho
#      For virtual consoles, the correct type is typically xterm.
19
#      Other common values include dialup for incoming modem ports, and
20
#      unknown when the terminal type cannot be predetermined.
21 65b8734a Scott Ullrich
#
22
# status Must be on or off.  If on, init will run the getty program on
23
#        the specified port.  If the word "secure" appears, this tty
24
#        allows root login.
25
#
26 0fdabdcd Scott Ullrich
# name	getty				type	status		comments
27 65b8734a Scott Ullrich
#
28
# If console is marked "insecure", then init will ask for the root password
29
# when going to single-user mode.
30 26831efb Scott Ullrich
console	none				unknown	off secure
31
#
32 d4b1e549 Renato Botelho
ttyv0	"/usr/libexec/getty al.Pc"	cons25	on  secure
33 65b8734a Scott Ullrich
# Virtual terminals
34 d8f123b8 Renato Botelho
ttyv1	"/usr/libexec/getty Pc"		xterm	off secure
35
ttyv2	"/usr/libexec/getty Pc"		xterm	off secure
36
ttyv3	"/usr/libexec/getty Pc"		xterm	off secure
37
ttyv4	"/usr/libexec/getty Pc"		xterm	off secure
38
ttyv5	"/usr/libexec/getty Pc"		xterm	off secure
39
ttyv6	"/usr/libexec/getty Pc"		xterm	off secure
40
ttyv7	"/usr/libexec/getty Pc"		xterm	off secure
41
ttyv8	"/usr/local/bin/xdm -nodaemon"	xterm	off secure
42 65b8734a Scott Ullrich
# Serial terminals
43
# The 'dialup' keyword identifies dialin lines to login, fingerd etc.
44 d4b1e549 Renato Botelho
ttyu0	"/usr/libexec/getty al.115200"	cons25	on  secure
45 351f5e6a Scott Ullrich
ttyu1	"/usr/libexec/getty std.9600"	dialup	off secure
46
ttyu2	"/usr/libexec/getty std.9600"	dialup	off secure
47
ttyu3	"/usr/libexec/getty std.9600"	dialup	off secure
48 65b8734a Scott Ullrich
# Dumb console
49 0fdabdcd Scott Ullrich
dcons	"/usr/libexec/getty std.9600"	vt100	off secure