- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Create new user account
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-16-2007 04:22 PM
10-16-2007 04:22 PM
Create new user account
How to create new user account in my hp ux, and i want to limited that account only can to do command show and sftp & ssh telnet. How i create and configure it ? is it same with IBM Aix too ??
Tks
Trisno
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-16-2007 05:48 PM
10-16-2007 05:48 PM
Re: Create new user account
Trisno,
You can go to SAM to create a new user account
#sam -> Account for users and group -> Users -> Action (add user)
hope this help
WK
http://forums1.itrc.hp.com/service/forums/helptips.do?#33
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-16-2007 05:49 PM
10-16-2007 05:49 PM
Re: Create new user account
command line to create a new user. For example, the following command creates a new user trisno and
creates the home directory for the user as /home/trisno. It also copies startup files from the /etc/skel
directory to the home directory.
useradd -m trisno
The -m option is used to create the home directory and copy startup files into this directory.
u can limit the account using sudo utility.
http://hpux.cs.utah.edu/hppd/hpux/Sysadmin/sudo-1.6.8p12/
yes,In IBM AIX the commands are same
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-17-2007 03:43 AM
10-17-2007 03:43 AM
Re: Create new user account
You can do a man on "useradd" or just use SAM. As far as sftp just make there shell /bin/false.
sp,
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-11-2019 04:32 AM
08-11-2019 04:32 AM
Re: Create new user account
Good day sir
Can an 1 help me with creating a user account