mirror of https://github.com/CrimsonTome/tldr.git
12 lines
189 B
Markdown
12 lines
189 B
Markdown
|
# groupadd
|
||
|
|
||
|
> Add user groups to the system.
|
||
|
|
||
|
- Create a new Linux group:
|
||
|
|
||
|
`groupadd {{group_name}}`
|
||
|
|
||
|
- Create new group with a specific groupid:
|
||
|
|
||
|
`groupadd {{group_name}} -g {{group_id}}`
|