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 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238
|
'\" t
.\" Title: login
.\" Author: [see the "AUTHOR(S)" section]
.\" Generator: Asciidoctor 2.0.20
.\" Date: 2025-12-15
.\" Manual: User Commands
.\" Source: util-linux 2.41.3
.\" Language: English
.\"
.TH "LOGIN" "1" "2025-12-15" "util\-linux 2.41.3" "User Commands"
.ie \n(.g .ds Aq \(aq
.el .ds Aq '
.ss \n[.ss] 0
.nh
.ad l
.de URL
\fI\\$2\fP <\\$1>\\$3
..
.als MTO URL
.if \n[.g] \{\
. mso www.tmac
. am URL
. ad l
. .
. am MTO
. ad l
. .
. LINKSTYLE blue R < >
.\}
.SH "NAME"
login \- begin session on the system
.SH "SYNOPSIS"
.sp
\fBlogin\fP [\fB\-p\fP] [\fB\-h\fP \fIhost\fP] [\fB\-H\fP] [\fB\-f\fP \fIusername\fP|\fIusername\fP]
.SH "DESCRIPTION"
.sp
\fBlogin\fP is used when signing onto a system. If no argument is given, \fBlogin\fP prompts for the username.
.sp
The user is then prompted for a password, where appropriate. Echoing is disabled to prevent revealing the password. Only a number of password failures are permitted before \fBlogin\fP exits and the communications link is severed. See \fBLOGIN_RETRIES\fP in the \fBCONFIG FILE ITEMS\fP section.
.sp
If password aging has been enabled for the account, the user may be prompted for a new password before proceeding. In such case old password must be provided and the new password entered before continuing. Please refer to \fBpasswd\fP(1) for more information.
.sp
The user and group ID will be set according to their values in the \fI/etc/passwd\fP file. There is one exception if the user ID is zero. In this case, only the primary group ID of the account is set. This should allow the system administrator to login even in case of network problems. The environment variable values for \fB$HOME\fP, \fB$USER\fP, \fB$SHELL\fP, \fB$PATH\fP, \fB$LOGNAME\fP, and \fB$MAIL\fP are set according to the appropriate fields in the password entry. \fB$PATH\fP defaults to \fI/usr/local/bin:/bin:/usr/bin\fP for normal users, and to \fI/usr/local/sbin:/usr/local/bin:/sbin:/bin:/usr/sbin:/usr/bin\fP for root, if not otherwise configured.
.sp
The environment variable \fB$TERM\fP will be preserved, if it exists, else it will be initialized to the terminal type on your tty. Other environment variables are preserved if the \fB\-p\fP option is given.
.sp
The environment variables defined by PAM are always preserved.
.sp
Then the user\(cqs shell is started. If no shell is specified for the user in \fI/etc/passwd\fP, then \fI/bin/sh\fP is used. If the specified shell contains a space, it is treated as a shell script. If there is no home directory specified in \fI/etc/passwd\fP, then \fI/\fP is used, followed by \fI.hushlogin\fP check as described below.
.sp
If the file \fI.hushlogin\fP exists, then a "quiet" login is performed. This disables the checking of mail and the printing of the last login time and message of the day. Otherwise, if \fI/var/log/lastlog\fP exists, the last login time is printed, and the current login is recorded.
.SH "OPTIONS"
.sp
\fB\-p\fP
.RS 4
Used by \fBgetty\fP(8) to tell \fBlogin\fP to preserve the environment. See also \fBLOGIN_ENV_SAFELIST\fP config file item.
.RE
.sp
\fB\-f\fP
.RS 4
Used to skip a login authentication. This option is usually used by the \fBgetty\fP(8) autologin feature.
.RE
.sp
\fB\-h\fP
.RS 4
Used by other servers (such as \fBtelnetd\fP(8) to pass the name of the remote host to \fBlogin\fP so that it can be placed in utmp and wtmp. Only the superuser is allowed use this option.
.sp
Note that the \fB\-h\fP option has an impact on the \fBPAM service\fP \fBname\fP. The standard service name is \fIlogin\fP, but with the \fB\-h\fP option, the name is \fIremote\fP. It is necessary to create proper PAM config files (for example, \fI/etc/pam.d/login\fP and \fI/etc/pam.d/remote\fP).
.RE
.sp
\fB\-H\fP
.RS 4
Used by other servers (for example, \fBtelnetd\fP(8)) to tell \fBlogin\fP that printing the hostname should be suppressed in the login: prompt. See also \fBLOGIN_PLAIN_PROMPT\fP below.
.RE
.sp
\fB\-h\fP, \fB\-\-help\fP
.RS 4
Display help text and exit.
.RE
.sp
\fB\-V\fP, \fB\-\-version\fP
.RS 4
Display version and exit.
.RE
.SH "CONFIG FILE ITEMS"
.sp
\fBlogin\fP reads the \fI/etc/login.defs\fP configuration file (see \fBlogin.defs\fP(5)). Note that the configuration file could be distributed with another package (usually shadow\-utils). The following configuration items are relevant for \fBlogin\fP:
.sp
\fBMOTD_FILE\fP (string)
.RS 4
Specifies a ":" delimited list of "message of the day" files and directories to be displayed upon login. If the specified path is a directory then displays all files with .motd file extension in version\-sort order from the directory.
.sp
The default value is \fI/usr/share/misc/motd:/run/motd:/etc/motd\fP. If the \fBMOTD_FILE\fP item is empty or a quiet login is enabled, then the message of the day is not displayed. Note that the same functionality is also provided by the \fBpam_motd\fP(8) PAM module.
.sp
The directories in the \fBMOTD_FILE\fP are supported since version 2.36.
.sp
Note that \fBlogin\fP does not implement any filenames overriding behavior like pam_motd (see also \fBMOTD_FIRSTONLY\fP), but all content from all files is displayed. It is recommended to keep extra logic in content generators and use \fI/run/motd.d\fP rather than rely on overriding behavior hardcoded in system tools.
.RE
.sp
\fBMOTD_FIRSTONLY\fP (boolean)
.RS 4
Forces \fBlogin\fP to stop display content specified by \fBMOTD_FILE\fP after the first accessible item in the list. Note that a directory is one item in this case. This option allows \fBlogin\fP semantics to be configured to be more compatible with pam_motd. The default value is \fIno\fP.
.RE
.sp
\fBLOGIN_ENV_SAFELIST\fP (string)
.RS 4
Forces \fBlogin\fP to protect the specified environment variables if \fB\-p\fP is not used. The string value is a comma\-separated list of variable names. For example: "LANG,LC_MESSAGES,LC_COLLATE". The safelist is ignored for the environment variables HOME, SHELL and USER.
.RE
.sp
\fBLOGIN_PLAIN_PROMPT\fP (boolean)
.RS 4
Tell \fBlogin\fP that printing the hostname should be suppressed in the login: prompt. This is an alternative to the \fB\-H\fP command line option. The default value is \fIno\fP.
.RE
.sp
\fBLOGIN_TIMEOUT\fP (number)
.RS 4
Maximum time in seconds for login. The default value is \fI60\fP.
.RE
.sp
\fBLOGIN_RETRIES\fP (number)
.RS 4
Maximum number of login retries in case of a bad password. The default value is \fI3\fP.
.RE
.sp
\fBLOGIN_KEEP_USERNAME\fP (boolean)
.RS 4
Tell \fBlogin\fP to only re\-prompt for the password if authentication failed, but the username is valid. The default value is \fIno\fP.
.RE
.sp
\fBFAIL_DELAY\fP (number)
.RS 4
Delay in seconds before being allowed another three tries after a login failure. The default value is \fI5\fP.
.RE
.sp
\fBTTYPERM\fP (string)
.RS 4
The terminal permissions. The default value is \fI0600\fP or \fI0620\fP if tty group is used. See also \fBmesg\fP(1).
.RE
.sp
\fBTTYGROUP\fP (string)
.RS 4
The login tty will be owned by the \fBTTYGROUP\fP. The default value is \fItty\fP. If the \fBTTYGROUP\fP does not exist, then the ownership of the terminal is set to the user\(cqs primary group.
.sp
The \fBTTYGROUP\fP can be either the name of a group or a numeric group identifier. See also \fBmesg\fP(1).
.RE
.sp
\fBHUSHLOGIN_FILE\fP (string)
.RS 4
If defined, this file can inhibit all the usual chatter during the login sequence. If a full pathname (for example, \fI/etc/hushlogins\fP) is specified, then hushed mode will be enabled if the user\(cqs name or shell are found in the file. If this global hush login file is empty then the hushed mode will be enabled for all users.
.sp
If a full pathname is not specified, then hushed mode will be enabled if the file exists in the user\(cqs home directory.
.sp
The default is to check \fI/etc/hushlogins\fP and if it does not exist then \fI~/.hushlogin\fP.
.sp
If the \fBHUSHLOGIN_FILE\fP item is empty, then all the checks are disabled.
.RE
.sp
\fBDEFAULT_HOME\fP (boolean)
.RS 4
Indicate if login is allowed if we cannot change directory to the home directory. If set to \fIyes\fP, the user will login in the root (/) directory if it is not possible to change directory to their home. The default value is \fIyes\fP.
.RE
.sp
\fBLASTLOG_UID_MAX\fP (unsigned number)
.RS 4
Highest user ID number for which the \fIlastlog\fP entries should be updated. As higher user IDs are usually tracked by remote user identity and authentication services there is no need to create a huge sparse \fIlastlog\fP file for them. No LASTLOG_UID_MAX option present in the configuration means that there is no user ID limit for writing \fIlastlog\fP entries. The default value is \fIULONG_MAX\fP.
.RE
.sp
\fBLOG_UNKFAIL_ENAB\fP (boolean)
.RS 4
Enable display of unknown usernames when login failures are recorded. The default value is \fIno\fP.
.sp
Note that logging unknown usernames may be a security issue if a user enters their password instead of their login name.
.RE
.sp
\fBENV_PATH\fP (string)
.RS 4
If set, it will be used to define the \fBPATH\fP environment variable when a regular user logs in. The default value is \fI/usr/local/bin:/bin:/usr/bin\fP.
.RE
.sp
\fBENV_ROOTPATH\fP (string), \fBENV_SUPATH\fP (string)
.RS 4
If set, it will be used to define the PATH environment variable when the superuser logs in. \fBENV_ROOTPATH\fP takes precedence. The default value is \fI/usr/local/sbin:/usr/local/bin:/sbin:/bin:/usr/sbin:/usr/bin\fP.
.RE
.SH "FILES"
.sp
\fI/var/run/utmp\fP,
\fI/var/log/wtmp\fP,
\fI/var/log/lastlog\fP,
\fI/var/spool/mail/*\fP,
\fI/etc/motd\fP,
\fI/etc/passwd\fP,
\fI/etc/nologin\fP,
\fI/etc/pam.d/login\fP,
\fI/etc/pam.d/remote\fP,
\fI/etc/hushlogins\fP,
\fI$HOME/.hushlogin\fP
.SH "CREDENTIALS"
.sp
\fBlogin\fP supports configuration via systemd credentials (see \c
.URL "https://systemd.io/CREDENTIALS/" "" ")."
\fBlogin\fP reads the following systemd credentials:
.sp
\fBlogin.noauth\fP (boolean)
.RS 4
If set, configures \fBlogin\fP to skip login authentication, similarly to the \fB\-f\fP option.
.RE
.SH "BUGS"
.sp
The undocumented BSD \fB\-r\fP option is not supported. This may be required by some \fBrlogind\fP(8) programs.
.sp
A recursive login, as used to be possible in the good old days, no longer works; for most purposes \fBsu\fP(1) is a satisfactory substitute. Indeed, for security reasons, \fBlogin\fP does a \fBvhangup\fP(2) system call to remove any possible listening processes on the tty. This is to avoid password sniffing. If one uses the command \fBlogin\fP, then the surrounding shell gets killed by \fBvhangup\fP(2) because it\(cqs no longer the true owner of the tty. This can be avoided by using \fBexec login\fP in a top\-level shell or xterm.
.SH "AUTHORS"
.sp
Derived from BSD login 5.40 (5/9/89) by \c
.MTO "glad\(atdaimi.dk" "Michael Glad" ""
for HP\-UX. Ported to Linux 0.12:
.MTO "poe\(atdaimi.aau.dk" "Peter Orbaek" "."
Rewritten to a PAM\-only version by
.MTO "kzak\(atredhat.com" "Karel Zak" ""
.SH "SEE ALSO"
.sp
\fBmail\fP(1),
\fBpasswd\fP(1),
\fBpasswd\fP(5),
\fButmp\fP(5),
\fBenviron\fP(7),
\fBgetty\fP(8),
\fBinit\fP(8),
\fBlastlog\fP(8),
\fBshutdown\fP(8)
.SH "REPORTING BUGS"
.sp
For bug reports, use the \c
.URL "https://github.com/util\-linux/util\-linux/issues" "issue tracker" "."
.SH "AVAILABILITY"
.sp
The \fBlogin\fP command is part of the util\-linux package which can be downloaded from \c
.URL "https://www.kernel.org/pub/linux/utils/util\-linux/" "Linux Kernel Archive" "."
|