1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-08-09 18:35:42 +02:00

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