diff --git a/pages/linux/adduser.md b/pages/linux/adduser.md index 157388606..732876926 100644 --- a/pages/linux/adduser.md +++ b/pages/linux/adduser.md @@ -22,7 +22,3 @@ - Create a new user belonging to the specified group: `adduser --ingroup {{group}} {{username}}` - -- Add an existing user to the specified group: - -`adduser {{username}} {{group}}`