mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-08-06 15:35:50 +02:00
Add 'su -'. Apparently su -l is Linux/BSD only (no solaris) while su - is universal.
This commit is contained in:
parent
efa4cbd4de
commit
351145a3ac
1 changed files with 4 additions and 0 deletions
|
@ -9,3 +9,7 @@
|
||||||
- Switch to superuser (admin password required):
|
- Switch to superuser (admin password required):
|
||||||
|
|
||||||
`su`
|
`su`
|
||||||
|
|
||||||
|
- Switch to user {{username}} and simulate a full login shell
|
||||||
|
|
||||||
|
`su - {{username}}`
|
||||||
|
|
Loading…
Add table
Reference in a new issue