Q. How do you list all running services on a system using systemd?
β
Correct Answer: (A)
systemctl list-units --type=service
Explanation: 'systemctl' is used with systemd to manage services.