1752766 Members
5173 Online
108789 Solutions
New Discussion юеВ

Re: SUDO For HP-UX

 
SOLVED
Go to solution
VICBUR1507
Frequent Advisor

SUDO For HP-UX

Hi mates!

I Need the SUDO Manual for HP-UX, I need configure in my enviroment.

Thanks

Somebody help me?
7 REPLIES 7
Hasan  Atasoy
Honored Contributor
Solution

Re: SUDO For HP-UX

Pete Randall
Outstanding Contributor

Re: SUDO For HP-UX

Javed Khan_1
Valued Contributor

Re: SUDO For HP-UX

Hi,

Please check man sudoers

also you can configure sudo using below procedure

do visudo from root

add below entry

test ALL=(ALL) ALL

This will allow user to test to run any command with root access using sudo


Regards,
Javed

Never Give Up
Patrick Wallek
Honored Contributor

Re: SUDO For HP-UX

If you have sudo installed then you should be able to do:

man visudo
man sudo
man sudoers

Otherwise, go to the source of sudo:

http://www.sudo.ws/sudo/

and look along the left side of the screen for the documentation section.
Ganesan R
Honored Contributor

Re: SUDO For HP-UX

Hi,

sudo is now part of HP IE toolkit and can be downloaded from as well.

http://h20293.www2.hp.com/portal/swdepot/displayProductInfo.do?productNumber=HPUXIEXP1123

Manuals:

http://www.gratisoft.us/sudo/
Best wishes,

Ganesh.
Yashwant
Valued Contributor

Re: SUDO For HP-UX

Just refer following link

http://www.gratisoft.us/sudo/intro.html
VICBUR1507
Frequent Advisor

Re: SUDO For HP-UX

Thanks