LPIC-1 Exam 102 v5 (Linux Administrator) — Question 55
What is the systemd journal stored?
Answer options
- A. /var/jlog/ and /var/jlogd/
- B. /proc/log/ and /proc/klog/
- C. /run/log/journal/ or /var/log/journal/
- D. /var/log/syslog.bin or /var/log/syslog.jrn
- E. /etc/systemd/journal/ or /usr/lib/systemd/journal/
Correct answer: C
Explanation
The correct answer is C because systemd journal files are typically stored in either /run/log/journal/ for runtime data or /var/log/journal/ for persistent storage. The other options point to incorrect or non-standard directories for systemd journal data.