LPIC-1 • Practice Test 4 — 25 Questions
Free LPIC-1 practice test 4 — 25 questions with explanations. No signup required.
Based on the exhibit, what will happen if the syslog service is stopped?
Refer to the exhibit.
$ systemctl status apache2
● apache2.service - The Apache HTTP Server
Loaded: loaded (/lib/systemd/system/apache2.service; enabled; vendor preset: enabled)
Active: active (running) since Mon 2023-08-14 10:30:45 UTC; 2h 15min ago
Docs: man:apache2(8)
Main PID: 1234 (apache2)
Tasks: 55 (limit: 4915)
Memory: 24.5M
CGroup: /system.slice/apache2.service
├─1234 /usr/sbin/apache2 -k start
├─1235 /usr/sbin/apache2 -k start
└─1236 /usr/sbin/apache2 -k start
$ systemctl list-dependencies apache2
apache2.service
● └─network.target
● └─syslog.service