1 # 2 # from: @(#)ttys 5.1 (Berkeley) 4/17/89 3 # $Id: ttys,v 1.6 1994/03/09 02:18:04 briggs Exp $ 4 # 5 # name getty type status comments 6 # 7 # If the console is marked insecure, single-user requires 8 # the root password. 9 console "/usr/libexec/getty Pc" vt100 off secure 10 con1 "/usr/libexec/getty Pc" vt100 on secure 11 con2 "/usr/libexec/getty Pc" vt100 on secure 12 con3 "/usr/libexec/getty Pc" vt100 on secure 13 con4 "/usr/libexec/getty Pc" vt100 on secure 14 con5 "/usr/libexec/getty Pc" vt100 on secure 15 con6 "/usr/libexec/getty Pc" vt100 on secure 16 17 # on the i386, the 'console' line above should be commented out and 18 # the following lines should be uncommented: 19 # console "/usr/libexec/getty Pc" pc3 off secure 20 # vga "/usr/libexec/getty Pc" pc3 on secure 21 22 # Hardwired lines are marked off, by default, so getty(8) 23 # is quiet when they don't exist. 24 tty00 "/usr/libexec/getty std.9600" unknown off secure 25 tty01 "/usr/libexec/getty std.9600" unknown off secure 26 tty02 "/usr/libexec/getty std.9600" unknown off secure 27 tty03 "/usr/libexec/getty std.9600" unknown off secure 28 tty04 "/usr/libexec/getty std.9600" unknown off secure 29 tty05 "/usr/libexec/getty std.9600" unknown off secure 30 tty06 "/usr/libexec/getty std.9600" unknown off secure 31 tty07 "/usr/libexec/getty std.9600" unknown off secure 32 33 ttyp0 none network 34 ttyp1 none network 35 ttyp2 none network 36 ttyp3 none network 37 ttyp4 none network 38 ttyp5 none network 39 ttyp6 none network 40 ttyp7 none network 41 ttyp8 none network 42 ttyp9 none network 43 ttypa none network 44 ttypb none network 45 ttypc none network 46 ttypd none network 47 ttype none network 48 ttypf none network 49 ttyq0 none network 50 ttyq1 none network 51 ttyq2 none network 52 ttyq3 none network 53 ttyq4 none network 54 ttyq5 none network 55 ttyq6 none network 56 ttyq7 none network 57 ttyq8 none network 58 ttyq9 none network 59 ttyqa none network 60 ttyqb none network 61 ttyqc none network 62 ttyqd none network 63 ttyqe none network 64 ttyqf none network 65