Linux_FoundationLinux_Foundation
LFCA · Question #19
LFCA Question #19: Real Exam Question with Answer & Explanation
The correct answer is B: /var/log/kern.log. The kern.log file contains detailed messages from the Linux kernel, making it the most relevant source for diagnosing kernel boot failures.
Submitted by fernanda_arg· May 4, 2026System Administration
Question
Which of the following standard log files would provide the most detailed information on why a recently upgraded custom kernel failed to boot?
Options
- A/var/log/boot.log
- B/var/log/kern.log
- C/var/log/svslog
- D/var/log/auth.log
Explanation
The kern.log file contains detailed messages from the Linux kernel, making it the most relevant source for diagnosing kernel boot failures.
Common mistakes.
- A.
/var/log/boot.logcontains messages from services that start during the boot process, but/var/log/kern.logis more specific to kernel-level issues. - C.
/var/log/svslogis not a standard Linux log file; the correct standard file is usuallysyslogormessages. - D.
/var/log/auth.logrecords authentication and authorization events, not kernel boot issues.
Concept tested. Linux system logging
Reference. https://man7.org/linux/man-pages/man5/syslog.conf.5.html
Topics
#Linux Logs#Kernel Troubleshooting#Boot Process#Log Analysis
Community Discussion
No community discussion yet for this question.