Answers for "how to see what service are runing in linux"

3

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
Posted by: Guest on October-22-2020

Code answers related to "how to see what service are runing in linux"

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language