1753360 Members
4846 Online
108792 Solutions
New Discussion

Re: options with sudo

 
harshman1958
Advisor

options with sudo

running HPUX 11.31.  Does anyone know of options for sudo that will let me list privledges assigned to a specific user?  I can do sudo -l to list my permissions, but if i do a sudo -l -u username, it says that the -l and -u cannot be used together.

 

thanks

 

1 REPLY 1
RJHall
Frequent Advisor

Re: options with sudo

Try it as root using the '-U user' option. (I.e. uppercase 'u'.)