Operating System - HP-UX
1833758 Members
2729 Online
110063 Solutions
New Discussion

Re: How to create a new group from CLI?

 
SOLVED
Go to solution
Enrico Venturi
Super Advisor

How to create a new group from CLI?

Hi guys,
now I need to know how to create a new group from command line.

thanks
Enrico
3 REPLIES 3
Wouter Jagers
Honored Contributor
Solution

Re: How to create a new group from CLI?

Hehe :-)

'groupadd' is the one you're looking for.

Cheers,
Wout
an engineer's aim in a discussion is not to persuade, but to clarify.
Ivan Krastev
Honored Contributor

Re: How to create a new group from CLI?

Just use "groupadd groupname"

For more info see man groupadd.

regards,
ivan
Enrico Venturi
Super Advisor

Re: How to create a new group from CLI?

.