Operating System - HP-UX
1821981 Members
3136 Online
109638 Solutions
New Discussion юеВ

Create Groups from the command line

 
SOLVED
Go to solution
Millicent Howze-Simmons
Frequent Advisor

Create Groups from the command line

Does anyone remember how to create a user group from the command line for system HP-UX 11.11?

2 REPLIES 2
James George_1
Trusted Contributor
Solution

Re: Create Groups from the command line

# groupadd -g grp_id grp_name


( check your /etc/group file after creating it . You might want to add in the group file also.)


rgds / James
forum is for techies .....heaven is for those who are born again !!
James R. Ferguson
Acclaimed Contributor

Re: Create Groups from the command line

Hi:

# man -k group|grep -v LVM

...would direct you to commands like 'groupadd', 'groupdel' and 'groupmod'.

Regards!

..JRF...