forked from Stichting-MINIX-Research-Foundation/minix
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathgetty.8
More file actions
40 lines (40 loc) · 741 Bytes
/
Copy pathgetty.8
File metadata and controls
40 lines (40 loc) · 741 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
.TH GETTY 8
.SH NAME
getty \- system login banner
.SH SYNOPSIS
.B getty
.RI [ banner " ...]"
.SH DESCRIPTION
.B Getty
displays a system identification banner, reads a user name from standard
input and executes
.B login
with that name as argument.
.PP
.B Getty
uses its arguments separated by spaces as a login banner. The character
sequences
.BR \en ,
.BR \es
and
.BR \et
are printed as newline, space and tab. Any other
.BI \e x
prints that
.IR x .
The character sequences
.BR %s ,
.BR %n ,
etc. produce the same output as
.BR "uname \-s" ,
.BR "uname \-n" ,
etc. The default banner is
.PP
.RS
%s\es\esRelease\es%r\esVersion\es%v\en\en%n\eslogin:\es
.RE
.SH "SEE ALSO"
.BR ttytab (5),
.BR init (8).
.SH AUTHOR
Kees J. Bot <kjb@cs.vu.nl>