Hi,
I have copied “check_cciss-1.7” under /usr/local/nagios/libexec and when I try to launch it from terminal(logged-in as nagios), I get the error “Permission denied”.
Any suggestion to resolve it?
Thanks
chown nagios:nagios
chmod 755
HTH
/S
I executed the command below
chown nagios:nagios usr/local/nagios/libexec/check_cciss
chmod 755 usr/local/nagios/libexec/check_cciss
Now when I try ./check_cciss under usr/local/nagios/libexec, I get “not found” error.
strange. has it disappeared? can you still see it in the directory listing if you do ls -l ?