GETTY(8) - System Manager’s Manual # GETTY(8) - System Manager’s Manual
NAME # getty - set terminal mode
SYNOPSIS # getty [type [tty]]
DESCRIPTION # The getty program is called by init(8) to open and initialize the tty line, read a login name, and invoke login(1).
The argument tty is the special device file in /dev to open for the terminal (for example, ttyh0). If there is no argument or the argument is ‘-’, the tty line is assumed to be open as file descriptor 0.
...
Getty,
Sh,
Login.conf,
Login,
Rc.shutdown,
Rc,
Reboot,
Fbtab,
Kill,
Shutdown,
Securelevel,
Ttys,
Halt,
Crash,
Init INIT(8) - System Manager’s Manual # INIT(8) - System Manager’s Manual
NAME # init - process control initialization
SYNOPSIS # init [-fs]
DESCRIPTION # The init program is the last stage of the boot process. It normally executes the sequence of events described in rc(8) and begins multi-user operation.
The kernel may pass the following options to init, usually when requested by the boot(8) program:
-f
Activate fastboot mode. This is not currently supported by the OpenBSD kernel.
...
LDATTACH(8) - System Manager’s Manual # LDATTACH(8) - System Manager’s Manual
NAME # ldattach - attach a line discipline to a serial line
SYNOPSIS # ldattach [-27dehmop] [-s baudrate] [-t cond] discipline device
DESCRIPTION # ldattach is used to attach a line discipline to a serial line to allow for in-kernel processing of the received and/or sent data. Depending on the line discipline being attached, one or more options may be applied.
...
LOGIN.CONF(5) - File Formats Manual # LOGIN.CONF(5) - File Formats Manual
NAME # login.conf - login class capability database
DESCRIPTION # The login.conf file describes the various attributes of login classes. A login class determines what styles of authentication are available as well as session resource limits and environment setup. While designed primarily for the login(1) program, it is also used by other programs, such as ftpd(8), to determine what means of authentication are available.
...
TTY(4) - Device Drivers Manual # TTY(4) - Device Drivers Manual
NAME # tty, cua - general terminal interface
SYNOPSIS # #include <sys/ioctl.h>
DESCRIPTION # This section describes the interface to the terminal drivers in the system.
Terminal Special Files # Each hardware terminal port (such as a serial port) on the system usually has a terminal special device file associated with it in the directory /dev/ (for example, /dev/tty03).
...
TTYFLAGS(8) - System Manager’s Manual # TTYFLAGS(8) - System Manager’s Manual
NAME # ttyflags - set device-specific flags for terminals
SYNOPSIS # ttyflags [-pv] [-a | tty …]
DESCRIPTION # ttyflags sets the device-specific flags for terminals, based on the flags found on the terminal’s line in /etc/ttys.
The options are as follows:
-a
Set the flags for all terminals in /etc/ttys.
-p
Print out flag information about each terminal, instead of setting anything.
...
TTYS(5) - File Formats Manual # TTYS(5) - File Formats Manual
NAME # ttys - terminal initialization information
DESCRIPTION # The ttys file contains information that is used by various routines to initialize and control the use of terminal special files. This information is read with the getttyent(3) library routines.
There is one line in the ttys file per special device file. Fields are separated by tabs and/or spaces. Fields comprised of more than one word should be enclosed in double quotes (’"’).
...