Question: What would you type to list all systemd service unit files, whether they are enabled or not?

  1. systemctl list-services.
  2. chkconfig --list-all
  3. systemctl list-unit-files -at service
  4. systemctl list-unit-files -t service

Answer: The correct answer of the above question is Option C:systemctl list-unit-files -at service