login: add page (#4509)
This commit is contained in:
19
pages/linux/login.md
Normal file
19
pages/linux/login.md
Normal 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}}`
|
Reference in New Issue
Block a user