login: add page (#4509)

This commit is contained in:
en1gma713
2020-10-06 06:52:50 -05:00
committed by GitHub
parent 4cb55a132a
commit f4c4ce22cc

19
pages/linux/login.md Normal file
View File

@@ -0,0 +1,19 @@
# login
> Initiates a session for a user.
- Login as a user:
`login {{user}}`
- Login as user without authentication if user is preauthenticated:
`login -f {{user}}`
- Login as user and preserve environment:
`login -p {{user}}`
- Login as a user on a remote host:
`login -h {{host}} {{user}}`