So überprüfen Sie laufende Dienste unter Linux
# For CentOS 7
systemctl
systemctl | more
systemctl | grep httpd
systemctl list-units --type service
systemctl list-units --type mount
EeroVäkiparta