Adam Borowski:
> On Sun, Jul 08, 2018 at 09:12:12PM -0400, 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?
> 
> man ss
> 
> ss -lp46

Nice, didn't know about the ss command. You can also use
 netstat -tulp
 lsof -i :80

Regards,
/Karl Hammar

-----------------------------------------------------------------------
Aspö Data
Lilla Aspö 148
S-742 94 Östhammar
Sweden
+46 173 140 57




_______________________________________________
Dng mailing list
Dng@lists.dyne.org
https://mailinglists.dyne.org/cgi-bin/mailman/listinfo/dng

Reply via email to