diff --git a/pages/common/sudo.md b/pages/common/sudo.md index 40ccb40fb..35380a060 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`