On Wed, May 12, 1999 at 11:25:50AM +1200, John l.yn wrote:
> Hi:
>    I want to know the status of daemon services which configured in
> 'inted.conf', such as HTTP, Database server, and so on .How to list the
> running services?  Have there any commands to do with them?

You can find out available services with something like this:

        grep -v "^#" /etc/inetd.conf

Note, however, that just because they're available, it doesn't mean they're
currently running.  Inetd spawns the process when someone contacts the port
the service is connected to (you can find that out in /etc/services).

-- 
Steve Philp
[EMAIL PROTECTED]

Reply via email to