DataMuseum.dk

Presents historical artifacts from the history of:

ICL Comet 32

This is an automatic "excavation" of a thematic subset of
artifacts from Datamuseum.dk's BitArchive.

See our Wiki for more about ICL Comet 32

Excavated with: AutoArchaeologist - Free & Open Source Software.


top - metrics - download

⟦2ceff7132⟧ TextFile

    Length: 1040 (0x410)
    Types: TextFile
    Notes: UNIX file
    Names: »ttys.5«

Derivation

└─⟦26887b7e0⟧ Bits:30009717 Comet 32 harddisk image
    └─⟦28c352965⟧ »/a« UNIX Filesystem
        └─⟦this⟧ »usr/man/man5/ttys.5« 

TextFile

.ig
	@(#)ttys.5	2.1	7/1/84
	@(#)Copyright (C) 1983 by National Semiconductor Corp.
..
.TH TTYS 5
.SH NAME
ttys \- terminal initialization data
.SH DESCRIPTION
The
.I ttys
file is read by the
.I init
program and specifies
which terminal special files are to have
a process created for them which will allow people to
log in.
It contains one line per special file.
.PP
The first character of a line is either `0' or `1';
the former causes the line to be ignored,
the latter causes it to be effective.
The second character is used as an argument to
.IR getty (8),
which performs such tasks as baud-rate recognition,
reading the login name,
and calling
.I login.
For normal lines,
the character is `0';
other characters can be used, for example, with hard-wired terminals
where speed recognition is unnecessary
or which have special characteristics.
.RI ( Getty
will have to be fixed in such cases.)
The remainder of the line is the terminal's entry
in the device directory, /dev.
.SH FILES
/etc/ttys
.SH "SEE ALSO"
init(8), getty(8), login(1)