1825003 Members
2816 Online
109678 Solutions
New Discussion юеВ

sudoers file on hp 11.11

 
SOLVED
Go to solution
dhlopomo
Occasional Contributor

sudoers file on hp 11.11

For what ever reason I am unable to locate the sudoers file on version 11.11. Looked every place I thought of & now just lost.
Thanks in advance
4 REPLIES 4
Robert-Jan Goossens
Honored Contributor

Re: sudoers file on hp 11.11

Hi,

/usr/local/etc/sudoers ?

From where did you get the software (HPUX porting center)?

Regards,
Robert-Jan
dhlopomo
Occasional Contributor

Re: sudoers file on hp 11.11

have no idea where it came from, it was here when I got here
and the file isn't in that directory
good try thanks
Michael Mike Reaser
Valued Contributor
Solution

Re: sudoers file on hp 11.11

Try looking under /opt/sudo:

find /opt/sudo -name sudoers

Or, perhaps, just search the system:

find / -name sudoers

For some reason, I'm wanting to say that it's /opt/sudo/etc/sudoers/sudoers - that it's the "sudoers" file underneath an identically-named "sudoers" directory.
There's no place like 127.0.0.1

HP-Server-Literate since 1979
dhlopomo
Occasional Contributor

Re: sudoers file on hp 11.11

thanks perfect