Q. How do you list all running services on a system using systemd?

  • (A) systemctl list-units --type=service
  • (B) service --status-all
  • (C) chkconfig --list
  • (D) initctl list
πŸ’¬ Discuss
βœ… Correct Answer: (A) systemctl list-units --type=service
Explanation: 'systemctl' is used with systemd to manage services.
Explanation by: Mr. Dubey
'systemctl' is used with systemd to manage services.

πŸ’¬ Discussion


πŸ“Š Question Analytics

πŸ‘οΈ
76
Total Visits
πŸ“½οΈ
1 y ago
Published
πŸŽ–οΈ
Mr. Dubey
Publisher
πŸ“ˆ
90%
Success Rate