LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Newbie (https://www.linuxquestions.org/questions/linux-newbie-8/)
-   -   how do i know what services are running on my linux server? (https://www.linuxquestions.org/questions/linux-newbie-8/how-do-i-know-what-services-are-running-on-my-linux-server-818045/)

joshua777 07-05-2010 02:51 AM

how do i know what services are running on my linux server?
 
i have a server which i dont know what was installed on it, it was sent for me to find out.

joshua777 07-05-2010 02:53 AM

it has a CentOS 5.4 OS.

colucix 07-05-2010 03:03 AM

The command
Code:

service --status-all
might be a good starting point. It runs all init script in /etc/init.d with the status argument.

joshua777 07-06-2010 03:25 AM

thank you very much for the reply it helps me much now.

bsurendar 07-06-2010 03:30 AM

You can also use ps -ef command.

chrism01 07-06-2010 08:04 PM

You may find this useful http://linux.die.net/man/8/chkconfig


All times are GMT -5. The time now is 02:35 AM.