1842521 Members
2832 Online
110189 Solutions
New Discussion

Re: Sudo

 
Ali Imran Abbas
Regular Advisor

Sudo

Hey all,
I am implementing sudo on hp-ux, we have different versions of os running in our environment. I have few questions in this regard.

1- Does sudo comes with hp-ux application cd or its available only through shareware download.

2- I also need steps and detailed procedure of how to configure and make it running in our environment.

Regards,

Ali
4 REPLIES 4
Torsten.
Acclaimed Contributor

Re: Sudo

It's not shareware, it's free

http://hpux.asknet.de/hppd/hpux/Sysadmin/sudo-1.6.9p16/

Here you can find versions for 11.11, 11.23 and 11.31

Use the Home URL for help and documentation.

Hope this helps!
Regards
Torsten.

__________________________________________________
There are only 10 types of people in the world -
those who understand binary, and those who don't.

__________________________________________________
No support by private messages. Please ask the forum!

If you feel this was helpful please click the KUDOS! thumb below!   
Ali Imran Abbas
Regular Advisor

Re: Sudo

Could you also please tell me the steps from download to implementation?
Torsten.
Acclaimed Contributor

Re: Sudo

Use

http://hpux.asknet.de/hppd/answers/

5. BINARY PACKAGE DISTRIBUTIONS

...

Hope this helps!
Regards
Torsten.

__________________________________________________
There are only 10 types of people in the world -
those who understand binary, and those who don't.

__________________________________________________
No support by private messages. Please ask the forum!

If you feel this was helpful please click the KUDOS! thumb below!   
Kenan Erdey
Honored Contributor

Re: Sudo

Hi,

Basically, after downloading and installing you can configure it visudo command. exactly visudo opens /etc/sudoers file. this is sudo's configuration file. in this file you define user groups, users with aliases. And you also define actions (commands with full path) which users can do or not.

in this url there is a procedure but it's telling compiling from code. you can just read configuration

http://www.unixcities.com/sudo/index.html

Kenan.
Computers have lots of memory but no imagination