Answers for "see running services centos 8"

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
0

show services linux

$ pstree | head -n 5
Posted by: Guest on April-17-2021

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language