[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: what process is using a port



>> Is there a way to figure out what program is using a port. For example I
>> want to know which process is using port 80. How can I do this?

netstat -anp | grep 80

or for listening ports

netstat -anp | grep LIST



Reply to: