nixCraft Linux Forum

nixCraft

Linux / UNIX Tech Support Forum

HP UX add, remove, modify, delete group managment howto

This is a discussion on HP UX add, remove, modify, delete group managment howto within the HP-UX forums, part of the UNIX operating systems category; To add a new group use groupadd command To delete a group use groupdel command To modify a group use ...


Go Back   nixCraft Linux Forum > UNIX operating systems > HP-UX

Linux answers from nixCraft.


HP-UX Discussions of HP-UX UNIX operating system.

Reply

 

LinkBack Thread Tools Display Modes
  #1 (permalink)  
Old 20-12-2006, 02:46 PM
rockdalinux's Avatar
Is that all you got?
User
 
Join Date: May 2005
Location: Planet Vegeta
OS: Redhat
Posts: 708
Thanks: 15
Thanked 19 Times in 18 Posts
Rep Power: 10
rockdalinux is a glorious beacon of light rockdalinux is a glorious beacon of light rockdalinux is a glorious beacon of light rockdalinux is a glorious beacon of light rockdalinux is a glorious beacon of light rockdalinux is a glorious beacon of light
Default HP UX add, remove, modify, delete group managment howto

To add a new group use groupadd command
To delete a group use groupdel command
To modify a group use groupmod command
/etc/group is a group file. You can edit group file using vi text editor.

Create a group named webusers
Code:
groupadd webusers
Create a group named ftpusers with GID 300
Code:
groupadd -g 300 ftpusers
Rename a group i.e. change ftpusers to inetuser
Code:
groupmod -n inetuser ftpusers
Remove or delete a group
Code:
groupdel ftpusers
For more info and options read
Code:
man groupadd
man groupdel
man groupdel
man 4 group
__________________
Rocky Jr.
What's wrong? I hope I am not making you uncomfortable...

Never send a boy to do a mans job.
Reply With Quote
Reply


Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)

 
Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads

Thread Thread Starter Forum Replies Last Post
Howto remove the iptables settings on Linux sweta Getting started tutorials 0 27-07-2007 06:52 AM
XEN VPS remove / delete a guest operating system completely rockdalinux XEN 0 18-06-2007 01:53 PM
set up e-mail group karpos Mail Servers 1 01-06-2007 12:28 AM
Group Policy bubloob_13 Windows Xp/2000/2003 server administration 0 31-01-2007 02:31 PM
Group Policy bubloob_13 Windows Xp/2000/2003 server administration 1 20-12-2006 03:22 PM


All times are GMT +5.5. The time now is 03:35 PM.


Powered by vBulletin® Version 3.8.5 - Copyright ©2000 - 2010, Jelsoft Enterprises Ltd.
Search Engine Optimization by vBSEO 3.3.2
©2005-2010 nixCraft. All rights reserved

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38