Binaries/groupadd: Difference between revisions

From Minux Wiki
Jump to navigation Jump to search
(Created page with "this binary is used to create a group quickly '''usage:''' groupadd groupname '''output:''' creates groupname")
 
No edit summary
 
Line 10: Line 10:


creates groupname
creates groupname
eg: "''groupadd foobar''" creates a group called foobar

Latest revision as of 00:19, 27 September 2024

this binary is used to create a group quickly


usage:

groupadd groupname


output:

creates groupname


eg: "groupadd foobar" creates a group called foobar