diff --git a/pages/common/sudo.md b/pages/common/sudo.md index 40ccb40fb..02d930444 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 with superuser privileges + +`sudo -i`