Operating System - HP-UX
1833788 Members
2642 Online
110063 Solutions
New Discussion

Re: looking for some documentation on sudo

 
awb7422
Occasional Contributor

looking for some documentation on sudo

First let me say, that my back ground is in linux, and I'm very new to hp_ux (sorry in advance for the newbie questions); I'm looking for some background information on sudo; I understand completly how sudo works in the linux world; editing /etc/sudoers via visudo and so forth; can you tell me if sudo exists in the hp_ux world, if so, do I still use visudo to edit sudoers file, and possibly point me to some documentation on the subject. Thanks very much. Aaron
7 REPLIES 7
awb7422
Occasional Contributor

Re: looking for some documentation on sudo

I found some good information here, but any documentation or things that you guys can warn me to look out for would be helpful. Thanks again.
http://forums1.itrc.hp.com/service/forums/questionanswer.do?threadId=630557
Arunvijai_4
Honored Contributor

Re: looking for some documentation on sudo

Hi,

You can find sudo documentation here,

http://www.sudo.ws/sudo/man/sudo.html

and here,

http://www.sudo.ws/sudo/man/sudoers.html

and here,

http://www.sudo.ws/sudo/readme.html

-Arun
"A ship in the harbor is safe, but that is not what ships are built for"
Bill Hassell
Honored Contributor

Re: looking for some documentation on sudo

sudo works the same way on all flavors of Unix. The man page for sudoers is the most comprehensive (albeit somewhat cryptic) description of sudo features. Otherwise, the sudo home page is useful, specifically: http://www.courtesan.com/sudo/intro.html


Bill Hassell, sysadmin
Geoff Wild
Honored Contributor

Re: looking for some documentation on sudo

Pre-compiled binaries for sudo:

http://hpux.ee.ualberta.ca/hppd/hpux/Sysadmin/sudo-1.6.8p12/

Rgds...Geoff
Proverbs 3:5,6 Trust in the Lord with all your heart and lean not on your own understanding; in all your ways acknowledge him, and he will make all your paths straight.
Muthukumar_5
Honored Contributor

Re: looking for some documentation on sudo

Hope it is same in linux and hp-ux. Installation is only differing between *NIX platforms. If you are good in linux sudo. Then you are same level in hp-ux itselg.

Start with man pages. It will show what do you want.

--
Muthu
Easy to suggest when don't know about the problem!
Muthukumar_5
Honored Contributor

Re: looking for some documentation on sudo

This is good for reading.

http://sudo.rtin.bz/sudo/man/sudo.html

Download hp-ux binaries of sudo as,

Latest one:

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

--
Muthu
Easy to suggest when don't know about the problem!
awb7422
Occasional Contributor

Re: looking for some documentation on sudo

thanks very much for the feedback, looks like i'm in good shape, sudoers is sudoers, thanks again. Aaron