1
0
Fork 0
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:
Starbeamrainbowlabs 2017-11-30 14:51:14 +00:00 committed by GitHub
commit 6404165f8d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -17,3 +17,7 @@
- Repeat the last command as sudo:
`sudo !!`
- Launch the default shell with root privileges:
`sudo -i`