From 415d4834eab0ec192a44dd8354d46d7df0f7ea8f Mon Sep 17 00:00:00 2001 From: Minh Nguyen Date: Mon, 27 Nov 2017 17:09:29 +1100 Subject: [PATCH] sudo: add example for interactive shell --- pages/common/sudo.md | 4 ++++ 1 file changed, 4 insertions(+) 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`