On Mon, May 03, 2004 at 11:08:04PM +0300, Aaron wrote: > Hi, > I am trying to run zope but it complains that a process is using port > 8081 > > how do I determine what is using that port so I can disable it?
As root (or if this is a process run by you) : netstat -lntp |grep port_num or fuser -v -n tcp port_num -- Tzafrir Cohen +---------------------------+ http://www.technion.ac.il/~tzafrir/ |vim is a mutt's best friend| mailto:[EMAIL PROTECTED] +---------------------------+ ================================================================= To unsubscribe, send mail to [EMAIL PROTECTED] with the word "unsubscribe" in the message body, e.g., run the command echo unsubscribe | mail [EMAIL PROTECTED]
