Disbale nagios shell access
Posted: Tue Oct 13, 2020 4:41 am
Hi All,
cat /etc/passwd | grep nagios
nagios
992:989::/home/nagios:/bin/bash
What's the impact if I disable the nagios shell ?
Command to disable:
usermod -s /bin/false nagios
nagios
992:989::/home/nagios:/bin/false
How it affects the performance of nagios
cat /etc/passwd | grep nagios
nagios
What's the impact if I disable the nagios shell ?
Command to disable:
usermod -s /bin/false nagios
nagios
How it affects the performance of nagios