On Monday 23 April 2007 15:54:25 Dylan wrote: > > The real point is, thought, that it would be a good idea to know which > tools will tell me which connections are active on the machine so I can > track down the details of what is going on!
Hi Dylan I normally start with netstat - something like 'netstat -tulp' should give you a good list of open and listening ports and the processes that own them. It's a good start. Cheers Pete -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
