:: Re: [DNG] who's tying up my port 80…
トップ ページ
このメッセージを削除
このメッセージに返信
著者: Bruce Ferrell
日付:  
To: dng
題目: Re: [DNG] who's tying up my port 80?
On 07/08/2018 06:12 PM, Hendrik Boom wrote:
> I can't start lighttpd because something is already bound to port 80.
>
> How can I find out what's attached to this port?
>
> -- hendrik
>
> _______________________________________________
> Dng mailing list
> Dng@???
> https://mailinglists.dyne.org/cgi-bin/mailman/listinfo/dng
>

I'd run this command:

sudo lsof -nP | grep TCP | grep :80

You may need to install lsof first