How to check and list running services (Centos / RHEL)

Syntax.

systemctl
systemctl | more
systemctl | grep httpd
systemctl list-units --type service
systemctl list-units --type mount

List all services.

systemctl list-unit-files