Questions
- Which two of the following are log files that record authentication-related events?
syslogauthentication.logauth.logsecure.logsecure
- Which log file contains the current record about who is logged into the system and what they’re doing?
/var/log/syslog/var/log/utmp/var/log/btmp/var/run/utmp
- Which of the following is the main logging system that runs on pretty much every modern Linux distro?
syslogrsyslogjournaldsyslog-ng
- Which of the following is peculiar to RHEL 8/9 and their offspring, such as AlmaLinux 8/9?
- On RHEL 8/9 systems,
journaldcollects log data from the rest of the system and sends them torsyslog. - On RHEL 8/9 systems,
journaldhas completely replacedrsyslog. - On RHEL 8/9 systems,
rsyslogcollects data from the rest...
- On RHEL 8/9 systems,