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

committed by
Agniva De Sarker

parent
d501320e35
commit
4b464d6a9c
11
pages/linux/groupmod.md
Normal file
11
pages/linux/groupmod.md
Normal file
@@ -0,0 +1,11 @@
|
||||
# groupmod
|
||||
|
||||
> Modify existing user groups in the system.
|
||||
|
||||
- Change the group name:
|
||||
|
||||
`groupmod -n {{new_group_name}} {{old_group_name}}`
|
||||
|
||||
- Change the group id:
|
||||
|
||||
`groupmod -g {{new_group_id}} {{old_group_name}}`
|
Reference in New Issue
Block a user