sudo: Add example to run an interactive shell (#1683)

coverage
Starbeamrainbowlabs 2017-11-30 14:51:14 +00:00 committed by GitHub
commit 6404165f8d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 4 additions and 0 deletions

View File

@ -17,3 +17,7 @@
- Repeat the last command as sudo:
`sudo !!`
- Launch the default shell with root privileges:
`sudo -i`