Linux 管理者は、権限のないユーザーがリモートから Linux サーバーにログインしようとしているのではないかと疑っています。 管理者が最初に確認する必要があるのは次のうちどれですか?
正解:B
/var/log/secure What's logged? 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 daemon.