[ale] Netstat Question
Jason Fritcher
jkf at wolfnet.org
Thu Jun 23 00:34:01 EDT 2005
Dow Hurst wrote:
> Issue at the prompt:
> fuser 717/tcp
>
> match the process PID you get from fuser with your output from ps:
>
> ps aux | grep "PID"
>
> You should get a match that will help you identify what process has the
> port. Repeat for the other port.
> Dow
Another option that I've learned about recently is to use the -p flag
with netstat. That'll also list the pid of the program that owns the
port. I don't know how long that option has been around, but I've
usually had to use other programs like lsof to do the job.
Hope this helps.
--
Jason Fritcher
jkf at wolfnet.org
More information about the Ale
mailing list