- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- How to create a user
Categories
Company
Local Language
Forums
Discussions
Forums
- Data Protection and Retention
- Entry Storage Systems
- Legacy
- Midrange and Enterprise Storage
- Storage Networking
- HPE Nimble Storage
Discussions
Forums
Discussions
Discussions
Discussions
Forums
Discussions
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
- BladeSystem Infrastructure and Application Solutions
- Appliance Servers
- Alpha Servers
- BackOffice Products
- Internet Products
- HPE 9000 and HPE e3000 Servers
- Networking
- Netservers
- Secure OS Software for Linux
- Server Management (Insight Manager 7)
- Windows Server 2003
- Operating System - Tru64 Unix
- ProLiant Deployment and Provisioning
- Linux-Based Community / Regional
- Microsoft System Center Integration
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Community
Resources
Forums
Blogs
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-03-2008 01:48 PM
10-03-2008 01:48 PM
could you give me the full command to create the following users please :-
Username= Davep Name=Dave Paul Access=Admin
Username= Richap Name=richa Access=Admin,db
Username= danial Name=Danial K Access=User,db
To provide Admin access I have heard that I need to install HP's RABC or sudo.
I find it difficult to install sudo.
So if you recommend I will install RABC.
But I request you gurus to give me the full command please... I am actually from the windows team where everything is GUI.And I was asked to create the above 3 users.
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-03-2008 02:14 PM
10-03-2008 02:14 PM
Re: How to create a user
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-03-2008 03:19 PM
10-03-2008 03:19 PM
Re: How to create a user
useradd [-u
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-03-2008 04:18 PM
10-03-2008 04:18 PM
Re: How to create a user
Thanks
SKR
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-04-2008 02:32 AM
10-04-2008 02:32 AM
Solutionuseradd -d /home/davep -m -g admin -c "Dave Paul" -s /usr/bin/ksh davep
useradd -d /home/richap -m -g admin -G db -c "Richa" -s /usr/bin/ksh richap
useradd -d /home/danial -m -g user -G db -c "Danial K" -s /usr/bin/ksh danial
if u want different she3ll home directory u camn specify
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-06-2008 11:11 AM
10-06-2008 11:11 AM