| manpages.info - online man pages | ![]() |
|||
|
login (1) Table of Contents
Namelogin - log into the computer
Synopsislogin [-fp] [-h hostname] [user]
DescriptionThe login utility logs users (and pseudo-users) into the computer system.
If no user is specified, or if a user is specified and authentication of the user fails, login prompts for a user name. Authentication of users is done via passwords.
The options are as follows:
If the file /etc/nologin exists, login dislays its contents to the user and exits. This is used by shutdown(8) to prevent users from logging in when the system is about to go down.
Immediately after logging a user in, login displays the system copyright notice, the date and time the user last logged in, the message of the day as well as other information. If the file ``.hushlogin'' exists in the user's home directory, all of these messages are suppressed. This is to simplify logins for non-human users, such as uucp(1) . Login then records an entry in the wtmp(5) and utmp(5) files and executes the user's command interpreter.
Login enters information into the environment (see environ(7) ) specifying the user's home directory (HOME), command interpreter (SHELL), search path (PATH), terminal type (TERM) and user name (both LOGNAME and USER).
The standard shells, csh(1) and sh(1) , do not fork before executing the login utility.
Files
See Alsochpass(1) , passwd(1) , rlogin(1) , getpass(3) , utmp(5) , environ(7) ,
HistoryA login appeared in Version 6 AT&T UNIX.
|