Thursday, January 29, 2009

Running Services List

There are various ways and tools to find and list all running services under Fedora / RHEL / CentOS Linux systems.
Some of them are:
service --status-all
service --status-all | grep ntpd
service --status-all | less

To print the status of apache (httpd) service:
service httpd status


ANL

No comments: