diff --git a/pages/common/sudo.md b/pages/common/sudo.md index 40ccb40fb..1f7703875 100644 --- a/pages/common/sudo.md +++ b/pages/common/sudo.md @@ -17,3 +17,7 @@ - Repeat the last command as sudo: `sudo !!` + +- Run an interactive shell as sudo: + +`sudo --login`