Add 'su -'. Apparently su -l is Linux/BSD only (no solaris) while su - is universal.

waldyrious/alt-syntax
Peter Tripp 2016-01-07 19:47:16 -08:00
parent efa4cbd4de
commit 351145a3ac
1 changed files with 4 additions and 0 deletions

View File

@ -9,3 +9,7 @@
- Switch to superuser (admin password required):
`su`
- Switch to user {{username}} and simulate a full login shell
`su - {{username}}`