On Fri, Nov 30, 2001 at 02:36:03AM -0600, Devon Ryan wrote: > R. Toma wrote: > > > open. Now, are these the famous trojans? I have linux, aren't they > > programmed for a MS platform? How can I close these ports???? > > Something tells me that you're running tripwire...or you scanned the > wrong ip :P man netstat to see what process is bound to these ports > (unless GNU/Linux has a tool like FreeBSD's sockstat).
lsof works very well under Linux, I just don't have the URL offhand. a Google search for 'lsof' shoul;d turn it up. I also beleive the Linux netstat has an argument that shows which programs are using the socket, so 'man netstat' should also help. --K