On Wed, Jul 02, 2003 at 10:53:28AM -0400, Shabbir S. Talib wrote: > The netstat command just shows that TCP is listening to that port. It does > not show who is the owner. > > Is there another way to find out if the nessus daemon is running besides > trying to invoke the daemon with a bind fail error.
Well, one option would be to use ps. Simple and quick. Another would be to use the --programs option if your netstat supports it (eg, on Red Hat Linux). For example, "netstat -alnp" will tell you not only the program name but also the pid of all listening server sockets. A third would be to use lsof, although you may need to install it yourself. George -- [EMAIL PROTECTED]
pgp00000.pgp
Description: PGP signature
