Skip to content

Latest commit

History

History
11 lines (6 loc) 路 189 Bytes

groupadd.md

File metadata and controls

11 lines (6 loc) 路 189 Bytes

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}}