April 12, 201214 yr You can type the following for top running services: top or if looking for just a specific user run top -u [/code]Or you can look at the status of the services running service --status-all Or you can type the following for a complete list of running services ps -Al Or if you know the service you are looking for like httpd then you can type ps -Al | grep httpd A nice utility to list all services and give a status of on or off is chkconfig
Create an account or sign in to comment