Q. Which command is used to list all running services in a systemd-based system?
β
Correct Answer: (C)
systemctl list-units --type=service
Explanation: 'systemctl list-units --type=service' lists all active services managed by systemd.