Operating System - HP-UX
1832891 Members
2580 Online
110048 Solutions
New Discussion

Re: how do I create user account with all privileged like root account

 
baong
Frequent Advisor

how do I create user account with all privileged like root account

Hi All,
I like to create a user account with the ability to create new user account just like root account can do everything (e.g;, root)
If anyone can give me some input here. I really appreciate it.
Baong
6 REPLIES 6
Julián Aimar
Frequent Advisor

Re: how do I create user account with all privileged like root account

Hi, use sudo

Search the software on http://software.hp.com package HP-UX Internet Express

Suerte !!!


JEA
Michal Kapalka (mikap)
Honored Contributor

Re: how do I create user account with all privileged like root account

hi,

use sudo / su - / just change his UID = 0.


sudo is good

su - if you trust ther people that know the root pass

UID=0 for other users, securoty risk.

mikap
Rita C Workman
Honored Contributor

Re: how do I create user account with all privileged like root account

Talk to your UNIX Administrator to get those privileges.

Rita
baong
Frequent Advisor

Re: how do I create user account with all privileged like root account

Thanks all, i probably to install internet express package..thanks julian and all.
Happy Holiday !!
Viktor Balogh
Honored Contributor

Re: how do I create user account with all privileged like root account

>I like to create a user account with the ability to create new user account

With sudo you can list the various commands the user can use with root privilege. e.g. you can explicitly define that the user can only run the /usr/sbin/useradd command, and nothing else.

# man sudoers

****
Unix operates with beer.
dirk dierickx
Honored Contributor

Re: how do I create user account with all privileged like root account

creating multiple root/admin users is probably something familiar to windows systems, but on unix you should never have to do things like these. see all alternatives mentioned above.