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:
parent
49327963e2
commit
b36b02692f
1 changed files with 1 additions and 1 deletions
|
@ -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}}`
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue