Ryan J Goss wrote:
When I do a netstat -an, how do I properly decipher the output? To me it looks like a lot of ports are listening, is there a way to determine what daemon is running on those ports?
netstat -anp will tell you which processes. lsof -i :<port> will tell you more specifically who (e.g. lsof -i :25) If you don't have lsof installed...get it. It's good for you. Mike Shappe -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]