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:
parent
466412f558
commit
415d4834ea
1 changed files with 4 additions and 0 deletions
|
@ -17,3 +17,7 @@
|
|||
- Repeat the last command as sudo:
|
||||
|
||||
`sudo !!`
|
||||
|
||||
- Run an interactive shell with superuser privileges
|
||||
|
||||
`sudo -i`
|
||||
|
|
Loading…
Add table
Reference in a new issue