From 7f317713a7307c440bb6115669e23e5006af54db Mon Sep 17 00:00:00 2001 From: Marco D'Agostini Date: Tue, 21 May 2019 08:51:06 -0500 Subject: [PATCH] adduser: new example: add user to group (#3044) --- pages/linux/adduser.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/pages/linux/adduser.md b/pages/linux/adduser.md index fa5d9db691..c495e0cd9b 100644 --- a/pages/linux/adduser.md +++ b/pages/linux/adduser.md @@ -21,3 +21,7 @@ - Create a new user belonging to the specified group: `adduser --ingroup {{group}} {{username}}` + +- Add an existing user to the specified group: + +`adduser {{username}} {{group}}`