Parcourir la source

Reworded other example to aid simplicity.

Starbeamrainbowlabs il y a 8 ans
Parent
commit
b36b02692f
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  1. 1 1
      pages/linux/useradd.md

+ 1 - 1
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}}`