su: reorder examples, simpler first. (#2732)

italian
Marco Bonelli 2019-01-26 20:33:57 +01:00 committed by Muhammad Falak R Wani
parent a0cbc90c3a
commit e921d0e6b6
1 changed files with 4 additions and 4 deletions

View File

@ -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}}`