Summary: daemon question

From: Doggy \(tru64\) (tru64dog@yahoo.com)
Date: Wed Jul 03 2002 - 07:29:23 EDT


Thanks to:

Greg Freemyer
Jose A. Fabregas
Tru64 User
LHERCAUD@bouyguestelecom.fr
Steve Feehan"
Claudio Lapidus
mike broderick
Ballowe, Charles
===========
Original Quesion
Tru64 5.1a
> When I do a a netstat, I see the daemons listening,
> but when I do a ps -ef, I don't see them--how do I
> find them and kill them so I can install the open
> source version? Look below:
>
>
> netstat -a | egrep 'pop|imap'
> tcp 0 0 *.imap *.*
> LISTEN
> tcp 0 0 *.pop3 *.*
> LISTEN
>
===================
Answer is
If they dont show up on 'ps', then this means that
they are running as a service, in that case, check in
/etc/inetd.conf and comment them out, then restart
inetd by kill -HUP `cat /var/run/inetd.pid`

__________________________________________________
Do You Yahoo!?
Yahoo! - Official partner of 2002 FIFA World Cup
http://fifaworldcup.yahoo.com



This archive was generated by hypermail 2.1.7 : Sat Apr 12 2008 - 10:48:45 EDT