login
List of commands for login:
-
login:tldr:7fd5a login: Log in as user without authentication if user is preauthenticated.$ login -f ${user}try on your machineexplain this command
-
login:tldr:93b36 login: Log in as user and preserve environment.$ login -p ${user}try on your machineexplain this command
-
login:tldr:d929c login: Log in as a user on a remote host.$ login -h ${host} ${user}try on your machineexplain this command