![]() |
reset permissions on /usr/local/nagios/libexec
Hi Guys,
How can we change permissions on this directory /usr/local/nagios/libexec ? Because Nagios cannot access it !!! Thanks in advance for your help. |
chmod -R 775 /usr/local/nagios/libexec or setfacl -R -m u:nagios:r-x /usr/local/nagios/libexec
this will give nagios read on it but its better to use setfacl to give only nagios read access to the folder |
Thank you !!!
|
All times are GMT -5. The time now is 12:25 AM. |