Merge pull request #637 from notpeter/master

Add su - for login shells
waldyrious/alt-syntax
Igor Shubovych 2016-01-08 23:09:19 +02:00
commit eb67b4948b
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}}`