1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-07-24 05:15:24 +02:00

sudo: add example for interactive shell

This commit is contained in:
Minh Nguyen 2017-11-27 17:09:29 +11:00
parent 466412f558
commit 415d4834ea

View file

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