1837990 Members
3208 Online
110124 Solutions
New Discussion

Root user .....

 
SOLVED
Go to solution
mvr
Regular Advisor

Root user .....

I need to give a root rights to the few administrators, so they don't have to use the root user for the login. How can I accomplish this on the HP-UX 11 server ?
6 REPLIES 6
Pete Randall
Outstanding Contributor
Solution

Re: Root user .....

The safest way would be to acquire and install a copy of sudo. You don't want a bunch of people running around with root privileges.

Pete

Pete
Clemens van Everdingen
Honored Contributor

Re: Root user .....

Hi,

I would suggest you start using sudo !

See:

http://hpux.cs.utah.edu/hppd/hpux/Sysadmin/sudo-1.6.6/

This will be the safest way to use root with more than one person without knowing the root password at all.

C.
The computer is a great invention, there are as many mistakes as ever, but they are nobody's fault !
Ken Hubnik_2
Honored Contributor

Re: Root user .....

sudo is the best way and it logs so you have an audit trail for security.
Victor_5
Trusted Contributor

Re: Root user .....

Pete Randall
Outstanding Contributor

Re: Root user .....

Depending on what they need to do, you could also look at restricted SAM (sam -r).

Pete

Pete
Victor_5
Trusted Contributor

Re: Root user .....

You are right, Pete. sam -r is another way.