diff --git a/pages/linux/useradd.md b/pages/linux/useradd.md index 1d69611e5a..b631cf2a40 100644 --- a/pages/linux/useradd.md +++ b/pages/linux/useradd.md @@ -14,7 +14,7 @@ `useradd -s {{/path/to/shell}} {{name}}` -- Create new user with supplementary groups (mind the lack of whitespace): +- Create new user belonging to additional groups (mind the lack of whitespace): `useradd -G {{group1,group2}} {{name}}`