Operating System - HP-UX
1754977 Members
3243 Online
108828 Solutions
New Discussion юеВ

unable to verify installed sudo version

 
SOLVED
Go to solution
viney_1
New Member

unable to verify installed sudo version

Hi All

I have three HP-UX 11.11 servers on which sudo is working but im unable to see in swlist.

Im using below cmd

swlist -l product |grep -i sudo

there any other way to check it

thanks in adv.
4 REPLIES 4
Johnson Punniyalingam
Honored Contributor

Re: unable to verify installed sudo version

man sudo

-V
The -V (version) option causes sudo to print the version number and exit. If the invoking user is already root the -V option will print out a list of the defaults sudo was compiled with as well as the machine's local network addresses.

Problems are common to all, but attitude makes the difference
Jeeshan
Honored Contributor
Solution

Re: unable to verify installed sudo version

swlist -l product|grep -i sudo

or

sudo -V
a warrior never quits
viney_1
New Member

Re: unable to verify installed sudo version

thanks its work
viney_1
New Member

Re: unable to verify installed sudo version

i