1 # 2 # from: @(#)ttys 5.1 (Berkeley) 4/17/89 3 # $Id: ttys,v 1.10 1995/10/03 11:49:36 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" vt220 off secure 10 11 # Define the console that we actually run getty on. 12 ttye0 "/usr/libexec/getty Pc" vt220 on secure 13 14 # Hardwired lines are marked off, by default, so getty(8) 15 # is quiet when they don't exist. 16 tty00 "/usr/libexec/getty std.9600" unknown off secure 17 tty01 "/usr/libexec/getty std.9600" unknown off secure 18 tty02 "/usr/libexec/getty std.9600" unknown off secure 19 tty03 "/usr/libexec/getty std.9600" unknown off secure 20 tty04 "/usr/libexec/getty std.9600" unknown off secure 21 tty05 "/usr/libexec/getty std.9600" unknown off secure 22 tty06 "/usr/libexec/getty std.9600" unknown off secure 23 tty07 "/usr/libexec/getty std.9600" unknown off secure 24 25 ttyp0 none network 26 ttyp1 none network 27 ttyp2 none network 28 ttyp3 none network 29 ttyp4 none network 30 ttyp5 none network 31 ttyp6 none network 32 ttyp7 none network 33 ttyp8 none network 34 ttyp9 none network 35 ttypa none network 36 ttypb none network 37 ttypc none network 38 ttypd none network 39 ttype none network 40 ttypf none network 41 ttyq0 none network 42 ttyq1 none network 43 ttyq2 none network 44 ttyq3 none network 45 ttyq4 none network 46 ttyq5 none network 47 ttyq6 none network 48 ttyq7 none network 49 ttyq8 none network 50 ttyq9 none network 51 ttyqa none network 52 ttyqb none network 53 ttyqc none network 54 ttyqd none network 55 ttyqe none network 56 ttyqf none network 57