[Malvern] Running Services

Keith Edmunds kae at midnighthax.com
Sun Dec 23 18:05:49 GMT 2007


On Sun, 23 Dec 2007 17:10:13 -0000, ianpascoe at btinternet.com said:

> Where do I go to find out which services are running at any particular
> moment?

'ps -ef' will list all processes that are running, but you might want to
pipe that through less ('ps -ef|less') as it will usually be more than a
screen's worth. Note that services such as inetd (or xinetd) may,
themselves. run other services 'on demand' when incoming connections are
received.

I suspect there's more to this question than simply getting a list of all
running services, so what is the real problem you are trying to solve?

Keith

-- 
Keith Edmunds

+---------------------------------------------------------------------+
|  Tiger Computing Ltd  |  Helping businesses make the most of Linux  |
|  "The Linux Company"  |       http://www.tiger-computing.co.uk      |
+---------------------------------------------------------------------+



More information about the Malvern mailing list