sudo: add example for interactive shell

coverage
Minh Nguyen 2017-11-27 17:09:29 +11:00
parent 466412f558
commit 415d4834ea
1 changed files with 4 additions and 0 deletions

View File

@ -17,3 +17,7 @@
- Repeat the last command as sudo:
`sudo !!`
- Run an interactive shell with superuser privileges
`sudo -i`