diff --git a/pages/common/sudo.md b/pages/common/sudo.md index 40ccb40fb1..35380a0609 100644 --- a/pages/common/sudo.md +++ b/pages/common/sudo.md @@ -17,3 +17,7 @@ - Repeat the last command as sudo: `sudo !!` + +- Launch the default shell with root privileges: + +`sudo -i`