Quote:
Originally Posted by Novatian
How can I start the security programs, or do they simply run invisible?
|
Snort is supposed to be run as a daemon. Note Snort is an example of an application that needs to be
properly configured beforehand. So it may be starting on startup but end up being killed for not being configured properly.
Quote:
Originally Posted by Novatian
How can I find the info they are meant to present?
|
You could check as root account user or using Sudo with 'service snort status' or 'systemctl status snort.service' or whatever equivalent your init system offers you and note that its sometimes called "snortd" to denote its a daemon. You could also check if it's installed using your package management tools.
Quote:
Originally Posted by Novatian
It needs perhaps to be uninstalled and reinstalled
|
No, with Linux that's rarely necessary, that's more like default Microsoft users behaviour. Just check if package is installed, analyse its status command output and log file entries and address the cause by fixing things the right way.