From 58633331063b031cd0f95dd0357f15a8f8065594 Mon Sep 17 00:00:00 2001 From: kalebo Date: Tue, 13 Nov 2018 08:45:28 -0700 Subject: [PATCH] sudo: remove ambiguity in example (#2585) --- pages/common/sudo.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pages/common/sudo.md b/pages/common/sudo.md index 73c4722ea..8a85014dc 100644 --- a/pages/common/sudo.md +++ b/pages/common/sudo.md @@ -12,7 +12,7 @@ - Run a command as another user and/or group: -`sudo -u {{user}} -g {{group}} {{id}}` +`sudo -u {{user}} -g {{group}} {{id -a}}` - Repeat the last command prefixed with "sudo" (only in bash, zsh, etc.):