sudo: Add example to run an interactive shell

This commit is contained in:
Minh Nguyen
2017-11-27 17:48:29 +11:00
parent bcd4efd885
commit 4c9f12072e

View File

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