|
[Date Prev] [Date Next] [Thread Prev] [Thread Next] [Date Index] [Thread Index]
|
Re: [PLUG] how to tell which process binds to which port?
|
Try "lsof |grep TCP"
lsof (list open files) will list the system resources that your processes
have open.
- Sean
----- Original Message -----
From: "Fred K Ollinger" <follinge@sas.upenn.edu>
To: <plug@lists.phillylinux.org>
Sent: Sunday, July 14, 2002 1:53 PM
Subject: [PLUG] how to tell which process binds to which port?
> I have a strange process binding to port 868 (unknown). I wonder how to
> find out what process is bound there so I can destroy it.
>
> I am finding that this unknown process binds to a port in the mid-800's
> each time I reboot. I keep blocking each port w/ ipchains, but this is not
> solving the underlying problem.
>
> Am I hacked?
>
> Fred Ollinger (follinge@sas.upenn.edu)
> CCN sysadmin
>
>
> ______________________________________________________________________
> Philadelphia Linux Users Group - http://www.phillylinux.org
> Announcements-http://lists.phillylinux.org/mail/listinfo/plug-announce
> General Discussion - http://lists.phillylinux.org/mail/listinfo/plug
>
>
______________________________________________________________________
Philadelphia Linux Users Group - http://www.phillylinux.org
Announcements-http://lists.phillylinux.org/mail/listinfo/plug-announce
General Discussion - http://lists.phillylinux.org/mail/listinfo/plug
|
|