groupadd, groupmod, groupdel: add page (#1194)
This commit is contained in:

committed by
Agniva De Sarker

parent
d501320e35
commit
4b464d6a9c
11
pages/linux/groupadd.md
Normal file
11
pages/linux/groupadd.md
Normal file
@@ -0,0 +1,11 @@
|
||||
# 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}}`
|
Reference in New Issue
Block a user