Operating System - HP-UX
1752782 Members
6160 Online
108789 Solutions
New Discussion юеВ

how to view whether sudo is installed or not installed

 
SOLVED
Go to solution
senthil_kumar_1
Super Advisor

how to view whether sudo is installed or not installed

Hi

I have issued following commands to view whether sudo is installed.

root@ad002060:/root > man sudo
No manual entry for sudo.

root@ad002060:/root > man visudo
No manual entry for visudo.

root@ad002060:/root > man sudoers
No manual entry for sudoers.

So I want to know whether sudo is installed or not installed.

what is the command for that.

If not installed, how to install sudo in HP-UX.
2 REPLIES 2
Pete Randall
Outstanding Contributor

Re: how to view whether sudo is installed or not installed

Try swlist and look for sudo or look at the contents of /opt. To install, use this link:

http://hpux.connect.org.uk/hppd/hpux/Sysadmin/sudo-1.7.0/


Pete

Pete
Ganesan R
Honored Contributor
Solution

Re: how to view whether sudo is installed or not installed

Hi Senthilkumar,

#swlist |grep -i sudo
Best wishes,

Ganesh.