debian show service running code example
Example 1: how to check running services in linux
# For CentOS 7
systemctl
systemctl | more
systemctl | grep httpd
systemctl list-units --type service
systemctl list-units --type mount
Example 2: systemctl check availabe services
# systemctl list-units --type=service
OR
# systemctl --type=service