This website requires JavaScript.
Explore
Help
Sign In
ctome
/
tldr
mirror of
https://github.com/CrimsonTome/tldr.git
Watch
1
Star
0
Fork
You've already forked tldr
0
Code
Issues
Packages
Projects
Releases
Wiki
Activity
3b0cf23bac
tldr
/
pages
/
linux
/
groupadd.md
189 B
Raw
Blame
History
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}}