1 .\" Copyright (c) 1980, 1990, 1993
2 .\" The Regents of the University of California. All rights reserved.
4 .\" Redistribution and use in source and binary forms, with or without
5 .\" modification, are permitted provided that the following conditions
7 .\" 1. Redistributions of source code must retain the above copyright
8 .\" notice, this list of conditions and the following disclaimer.
9 .\" 2. Redistributions in binary form must reproduce the above copyright
10 .\" notice, this list of conditions and the following disclaimer in the
11 .\" documentation and/or other materials provided with the distribution.
12 .\" 3. All advertising materials mentioning features or use of this software
13 .\" must display the following acknowledgement:
14 .\" This product includes software developed by the University of
15 .\" California, Berkeley and its contributors.
16 .\" 4. Neither the name of the University nor the names of its contributors
17 .\" may be used to endorse or promote products derived from this software
18 .\" without specific prior written permission.
20 .\" THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND
21 .\" ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
22 .\" IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
23 .\" ARE DISCLAIMED. IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE
24 .\" FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
25 .\" DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
26 .\" OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
27 .\" HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
28 .\" LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
29 .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
32 .\" @(#)login.1 8.2 (Berkeley) 5/5/94
33 .\" $FreeBSD: src/usr.bin/login/login.1,v 1.33 2007/11/30 11:02:36 philip Exp $
35 .Dd September 13, 2006
40 .Nd log into the computer
50 .Op Ar user Op Ar prog Op Ar args...
54 utility logs users (and pseudo-users) into the computer system.
56 If no user is specified, or if a user is specified and authentication
59 prompts for a user name.
60 Authentication of users is configurable via
62 Password authentication is the default.
64 The following options are available:
65 .Bl -tag -width indent
67 When a user name is specified, this option indicates that proper
68 authentication has already been done and that no password need be
70 This option may only be used by the super-user or when an already
71 logged in user is logging in as themselves.
75 option, an alternate program (and any arguments) may be run instead of the
77 The program and arguments follows the user name.
79 Specify the host from which the connection was received.
80 It is used by various daemons such as
82 This option may only be used by the super-user.
84 Tells the program executed by
86 that this is not a login session (by convention, a login session is
87 signalled to the program with a hyphen as the first character of
89 this option disables that), and prevents it from chdir(2)ing to the user's home directory.
90 The default is to add the hyphen (this is a login session).
94 discards any previous environment.
97 option disables this behavior.
99 This forces quiet logins, as if a
108 dislays its contents to the user and exits.
111 to prevent users from logging in when the system is about to go down.
113 Immediately after logging a user in,
115 displays the system copyright notice, the date and time the user last
116 logged in, the message of the day as well as other information.
119 exists in the user's home directory, all of these messages are suppressed.
121 is specified, all of these messages are suppressed.
122 This is to simplify logins for non-human users, such as
125 then records an entry in
127 and the like, and executes the user's command interpreter (or the program
128 specified on the command line if
134 utility enters information into the environment (see
136 specifying the user's home directory (HOME), command interpreter (SHELL),
137 search path (PATH), terminal type (TERM) and user name (both LOGNAME and
140 Some shells may provide a builtin
142 command which is similar or identical to this utility.
149 utility will submit an audit record when login succeeds or fails.
150 Failure to determine the current auditing state will
151 result in an error exit from
154 .Bl -tag -width /var/mail/userXXX -compact
159 .It Pa /var/run/utmpx
161 .It Pa /var/mail/user
165 .It Pa /etc/pam.d/login
168 .It Pa /etc/security/audit_user
169 user flags for auditing
170 .It Pa /etc/security/audit_control
171 global flags for auditing