mirror of https://github.com/CrimsonTome/tldr.git
sudo: Add example to run an interactive shell (#1683)
commit
6404165f8d
|
@ -17,3 +17,7 @@
|
|||
- Repeat the last command as sudo:
|
||||
|
||||
`sudo !!`
|
||||
|
||||
- Launch the default shell with root privileges:
|
||||
|
||||
`sudo -i`
|
||||
|
|
Loading…
Reference in New Issue