Questions
- Which of the following commands tells you what the running
systemd
configuration is?a.
systemctl list
b.
systemctl show
c.
systemd show
d.
systemd list
- Which of the following statements is true?
a. To configure your drive partitions, you need to hand-configure the mount units.
b. The mount units for your drive partitions get generated automatically when
systemd
reads thefstab
file.c. The mount units for your drive partitions are static units.
d. No mount units are needed for your drive partitions.
- Which of the following will tell you if the
NetworkManager
service is running?a.
systemctl active NetworkManager
b.
systemd active NetworkManager
c.
systemd enabled NetworkManager
d.
systemctl is-enabled NetworkManager
e.
systemctl is-active NetworkManager