mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-08-03 20:55:51 +02:00
su: reorder examples, simpler first. (#2732)
This commit is contained in:
parent
a0cbc90c3a
commit
e921d0e6b6
1 changed files with 4 additions and 4 deletions
|
@ -2,14 +2,14 @@
|
|||
|
||||
> Switch shell to another user.
|
||||
|
||||
- Switch to user {{username}} (password required):
|
||||
|
||||
`su {{username}}`
|
||||
|
||||
- Switch to superuser (admin password required):
|
||||
|
||||
`su`
|
||||
|
||||
- Switch to user {{username}} (password required):
|
||||
|
||||
`su {{username}}`
|
||||
|
||||
- Switch to user {{username}} and simulate a full login shell:
|
||||
|
||||
`su - {{username}}`
|
||||
|
|
Loading…
Add table
Reference in a new issue