XK0-005 · Question #229
A Linux administrator suspects unauthorized users are attempting to log in to the Linux server remotely. Which of the following should the administrator check FIRST?
The correct answer is B. /var/log/secure. RedHat and CentOS based systems use this log file instead of /var/log/auth.log. It is mainly used to track the usage of authorization systems. It stores all security related messages including authentication failures. It also tracks sudo logins, SSH logins and other errors…
Question
A Linux administrator suspects unauthorized users are attempting to log in to the Linux server remotely. Which of the following should the administrator check FIRST?
Options
- A/var/log/messages
- B/var/log/secure
- C/var/log/dmesg
- D/var/log/kern.log
How the community answered
(19 responses)- A5% (1)
- B89% (17)
- C5% (1)
Explanation
RedHat and CentOS based systems use this log file instead of /var/log/auth.log. It is mainly used to track the usage of authorization systems. It stores all security related messages including authentication failures. It also tracks sudo logins, SSH logins and other errors logged by system security services
Topics
Community Discussion
No community discussion yet for this question.