Home
Search all pages
Subjects
By activity
Professions, Sciences, Humanities, Business, ...
User Interface
Text-based, GUI, Audio, Video, Keyboards, Mouse, Images,...
Text Strings
Conversions, tests, processing, manipulation,...
Math
Integer, Floating point, Matrix, Statistics, Boolean, ...
Processing
Algorithms, Memory, Process control, Debugging, ...
Stored Data
Data storage, Integrity, Encryption, Compression, ...
Communications
Networks, protocols, Interprocess, Remote, Client Server, ...
Hard World Timing, Calendar and Clock, Audio, Video, Printer, Controls...
File System
Management, Filtering, File & Directory access, Viewers, ...
|
|
|
RocketLink!--> Man page versions:
OpenBSD
FreeBSD
NetBSD
Others
GETTY(8) OpenBSD System Manager's Manual GETTY(8)
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 ter-
minal (for example, ``ttyh0''). If there is no argument or the argument
is `-', the tty line is assumed to be open as file descriptor 0.
The type argument can be used to make getty treat the terminal line spe-
cially. This argument is used as an index into the gettytab 5 database,
to determine the characteristics of the line. If there is no argument,
or there is no such table, the default table is used. If there is no
/etc/gettytab a set of system defaults is used. If indicated by the
table located, getty will clear the terminal screen, print a banner head-
ing, and prompt for a login name. Usually either the banner or the login
prompt will include the system hostname.
Most of the default actions of getty can be circumvented, or modified, by
a suitable gettytab table.
The getty program can be set to timeout after some interval, which will
cause dial up lines to hang up if the login name is not entered reason-
ably quickly.
DIAGNOSTICS
ttyxx: No such device or address.
ttyxx: No such file or address. A terminal which is turned on in the
ttys file cannot be opened, likely because the requisite lines are either
not configured into the system, the associated device was not attached
during boot-time system configuration, or the special file in /dev does
not exist.
FILES
/etc/gettytab
SEE ALSO
gettytab(5), init(8), login(1), ioctl(2), tty(4), ttys(5)
HISTORY
A getty program appeared in Version 6 AT&T UNIX.
4th Berkeley Distribution June 4, 1993 1
Source: OpenBSD 2.6 man pages. Copyright: Portions are copyrighted by BERKELEY SOFTWARE DESIGN, INC., The Regents of the University of California, Massachusetts Institute of Technology, Free Software Foundation, FreeBSD Inc., and others. |
(Corrections, notes, and links courtesy of RocketAware.com)
FreeBSD Sources for getty(8) OpenBSD sources for getty(8)
Up to: Terminal I/O - low-level character based display (TTY) and keyboard routines.
RocketLink!--> Man page versions:
OpenBSD
FreeBSD
NetBSD
Others
Rapid-Links:
Search | About | Comments | Submit Path: RocketAware > man pages >
getty.8/
RocketAware.com is a service of Mib Software Copyright 1999, Forrest J. Cavalier III. All Rights Reserved. We welcome submissions and comments
|