Operating System - HP-UX
1819905 Members
2474 Online
109607 Solutions
New Discussion юеВ

Re: What's sudo access and how do you setit up in HP-UX

 
Govinda
Advisor

What's sudo access and how do you setit up in HP-UX

hi,

What's sudo access and how do you setit up on HP-UX for a particular user ??

thanks in advance.

Thanks & regards,
Govind
5 REPLIES 5
Chris Saunderson
Frequent Advisor

Re: What's sudo access and how do you setit up in HP-UX

http://www.courtesan.com/sudo/
Ted Nugent called. He wants his shirt back.
RAC_1
Honored Contributor

Re: What's sudo access and how do you setit up in HP-UX

First get sudo package from
http://hpux.connect.org.uk

Read man pages in details. sudo gives root acess to users as defined in sudoers file.

Anil
There is no substitute to HARDWORK
Kim_18
Advisor

Re: What's sudo access and how do you setit up in HP-UX

As Anil has said, sudo gives a user root access without knowing the root password. The sudoers file is where you configure the commands that the users can access as root.
Bharat Katkar
Honored Contributor

Re: What's sudo access and how do you setit up in HP-UX

Govinda,
Check this thread also.

http://forums1.itrc.hp.com/service/forums/questionanswer.do?admit=716493758+1090940400855+28353475&threadId=630557

Regards,
You need to know a lot to actually know how little you know
Jairo Campana
Trusted Contributor

Re: What's sudo access and how do you setit up in HP-UX

download sudo
http://hpux.cs.utah.edu/hppd/cgi-bin/search

howto install sudo
http://hpux.cs.utah.edu/hppd/cgi-bin/wwwtar?/hpux/Sysadmin/sudo-1.6.7p5/sudo-1.6.7p5-ss-11.00.tar.gz+sudo-1.6.7p5/HPUX.Install+text

mailin list of users sudo
Mailing lists
=============
sudo-announce This list receives announcements whenever a new version
of sudo is released.
http://www.sudo.ws/mailman/listinfo/sudo-announce

sudo-users This list is for questions and general discussion about sudo.
http://www.sudo.ws/mailman/listinfo/sudo-users

sudo-workers This list is for people working on and porting sudo.
http://www.sudo.ws/mailman/listinfo/sudo-workers

MAN PAGE OF SUDO
http://hpux.cs.utah.edu/hppd/hpux/Sysadmin/sudo-1.6.7p5/man.html
legionx