Research V3 development
[unix-history] / man / man1 / login.1
CommitLineData
368cc7a8
DR
1.pa 1
2.he 'LOGIN (I)'3/15/72'LOGIN (I)'
3.ti 0
4NAME login -- sign onto UNIX
5.sp
6.ti 0
7SYNOPSIS login\b\b\b\b\b_____ [ username [ password ] ]
8.sp
9.ti 0
10DESCRIPTION The login\b\b\b\b\b_____ command
11is used when a user initially
12signs onto UNIX, or it may be used at any time to change
13from one user to another.
14The latter case is the one summarized above and
15described here.
16See login\b\b\b\b\b_____ (VII) for how to dial up initially.
17
18If login\b\b\b\b\b_____ is invoked without an argument,
19it will ask for a user name, and, if
20appropriate, a password.
21Echoing is turned off (if possible) during the typing of the password,
22so it will not appear on the written record of the
23session.
24.sp
25After a successful login,
26accounting files are updated and
27the user is informed of the
28existence of mailbox
29and message-of-the-day files.
30
31Login is recognized by the Shell
32and executed directly (without forking).
33.sp
34.ti 0
35FILES /tmp/utmp accounting
36.br
37/tmp/wtmp accounting
38.br
39mailbox mail
40.br
41/etc/motd message-of-the-day
42/etc/passwd password file
43.sp
44.ti 0
45SEE ALSO login(VII), init(VII), getty(VII), mail(I)
46.sp
47.ti 0
48DIAGNOSTICS "login incorrect",
49if the name or the password is bad.
50"No Shell,", "cannot open password file," "no directory:"
51consult a UNIX programming councilor.
52.sp
53.ti 0
54BUGS --