nixCraft Linux Forum

nixCraft

Linux 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

Register FAQ Members List Calendar Forgotten your password? Mark Forums Read
  #1 (permalink)  
Old 12-20-2006, 03:46 PM
rockdalinux's Avatar
Contributors
User
 
Join Date: May 2005
Location: Bangalore
My distro: RHEL, HP-UX, Solaris, FreeBSD, Ubuntu
Posts: 581
Rep Power: 7
rockdalinux is a jewel in the rough rockdalinux is a jewel in the rough rockdalinux is a jewel in the rough rockdalinux is a jewel in the rough
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.
You may have my body & soul, but you will never touch my pride!

If you have knowledge, let others light their candles at it.

Certified to work on HP-UX / Sun Solaris / RedHat
Reply With Quote
Sponsored Links
Reply

Bookmarks


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 On

Similar Threads

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


All times are GMT +5.5. The time now is 09:42 PM.


Powered by vBulletin® Version 3.7.4 - Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Search Engine Optimization by vBSEO 3.2.0

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