-
Book Overview & Buying
-
Table Of Contents
-
Feedback & Rating

Linux Service Management Made Easy with systemd

Answer the following questions to test your knowledge of this chapter:
journald
and rsyslog
?A. journald
stores files in plaintext format, while rsyslog
stores files in binary format.
B. There is no difference.
C. rsyslog
stores files in plaintext format, while journald
stores files in binary format.
A. Modern systemd-based Linux distros come with either rsyslog
or journald
, but not both.
B. journald
and rsyslog
always work independently of each other.
C. Modern systemd-based Linux distros come with both rsyslog
and journald
.
D. journald
and rsyslog
can never work independently of each other.
journald
is implemented on Ubuntu and RHEL? (Choose 2.)A. journald
logs are persistent on RHEL, but not on Ubuntu.
B. On RHEL, journald
works completely independently of rsyslog
. On Ubuntu, they work together.
C. On RHEL, journald
and rsyslog
work together. On...