Ver Fonte

Reworded other example to aid simplicity.

Starbeamrainbowlabs há 8 anos atrás
pai
commit
b36b02692f
1 ficheiros alterados com 1 adições e 1 exclusões
  1. 1 1
      pages/linux/useradd.md

+ 1 - 1
pages/linux/useradd.md

@@ -14,7 +14,7 @@
 
 
 `useradd -s {{/path/to/shell}} {{name}}`
 `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}}`
 `useradd -G {{group1,group2}} {{name}}`