CompTIA Linux+ (XK0-005) — Question 49
Which of the following files holds the system configuration for journal when running systemd?
Answer options
- A. /etc/systemd/journald.conf
- B. /etc/systemd/systemd-journalctl.conf
- C. /usr/lib/systemd/journalctl.conf
- D. /etc/systemd/systemd-journald.conf
Correct answer: A
Explanation
The correct answer is A, as /etc/systemd/journald.conf is the designated configuration file for journald in systemd. Options B and D are incorrect due to incorrect naming conventions, and option C does not exist as a valid configuration file for the journal.