View Single Post
  #54 (permalink)  
Old 09-22-2006, 02:14 PM
brian brian is offline
Zimbra Employee
 
Posts: 601
Default

I tend to prefer
Code:
 lsof -i TCP:25
as it will give you the command, process id and user of the process bound to that port.
Reply With Quote