QUESTION IMAGE
Question
question 13
the linux log file that can reveal attempts to compromise the system or the presence of a virus or spyware is ______.
a /var/log/kern.log
b /var/log/apache2/*
c /var/log/lighttpd/*
d /var/log/apport.log
10 points
Brief Explanations
To determine the correct Linux log file for system compromise attempts or malware presence:
- Option A:
/var/log/kern.loglogs kernel - related events, including system - level issues and potential security - related kernel - level activities like unauthorized access attempts or malware - induced kernel anomalies. - Option B:
/var/log/apache2/*is for Apache web server logs, mainly related to web - server - specific activities, not system - wide compromise or malware detection. - Option C:
/var/log/lighttpd/*is for Lighttpd web server logs, focused on web - server operations, not system security threats. - Option D:
/var/log/apport.logis for application crash reports, not for system compromise or malware detection.
Snap & solve any problem in the app
Get step-by-step solutions on Sovi AI
Photo-based solutions with guided steps
Explore more problems and detailed explanations
A. /var/log/kern.log