1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-04-22 10:02:10 +02:00
tldr/pages/linux/groupadd.md
2016-12-14 10:49:54 +05:30

189 B

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