Files
tldr/pages.zh/linux/groupmod.md

13 lines
295 B
Markdown
Raw Permalink Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

# groupmod
> 修改系统中现有的用户组。
> 另见:`groups``groupadd``groupdel`。
> 更多信息:<https://manned.org/groupmod>。
- 修改组名称:
`sudo groupmod --new-name {{new_group}} {{group_name}}`
- 修改组ID
`sudo groupmod --gid {{new_id}} {{group_name}}`