- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Clone 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
11-21-2007 07:06 PM
11-21-2007 07:06 PM
Clone user account
I am trying to create new user account in my HP-UX machine, new user will have same permission as existing user in my system. in other words I am trying to clone existing user permission to new user.
Any idea?
Thanks
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-21-2007 07:14 PM
11-21-2007 07:14 PM
Re: Clone user account
But with the same GID?
Different home directories?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-21-2007 07:21 PM
11-21-2007 07:21 PM
Re: Clone user account
Else ... may be RBAC is useful here...
anshu
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-21-2007 07:27 PM
11-21-2007 07:27 PM
Re: Clone user account
yazan,
you cannot have same uid for new user, please use sam to create new user account, the permission will be same.
WK
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-21-2007 07:29 PM
11-21-2007 07:29 PM
Re: Clone user account
I am have user name as following:
user name: rbs
user ID: 200
Home Directory: /sk20/rbs
Startup Prog: /usr/bin/ksh
Gropu: users
I wanna create new user account with name rbd, and grant him same permission as rbs account, since rbs account is used for special application, and it have special permission on specific files.
new user have different UID,
Thanks
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-21-2007 08:38 PM
11-21-2007 08:38 PM
Re: Clone user account
In simple that means both users should be member of same groups. So, create new user with same method (through SAM 0r with template you used for previous user). It will have same permissions.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-21-2007 08:48 PM
11-21-2007 08:48 PM
Re: Clone user account
Thanks
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-21-2007 10:02 PM
11-21-2007 10:02 PM
Re: Clone user account
if you don't want new user have same UID like user rbs, you can find all files to which is user rbs owner and for which you want to have same permissions and add new user to ACL for that files and of course directories.
regards
Gabriel