Reworded other example to aid simplicity.

This commit is contained in:
Starbeamrainbowlabs
2016-09-10 19:34:16 +01:00
committed by GitHub
parent 49327963e2
commit b36b02692f

View File

@@ -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}}`