mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-07-23 14:15:26 +02:00
sudo: Add example to run an interactive shell (#1683)
This commit is contained in:
commit
6404165f8d
1 changed files with 4 additions and 0 deletions
|
@ -17,3 +17,7 @@
|
|||
- Repeat the last command as sudo:
|
||||
|
||||
`sudo !!`
|
||||
|
||||
- Launch the default shell with root privileges:
|
||||
|
||||
`sudo -i`
|
||||
|
|
Loading…
Add table
Reference in a new issue