Re: port 804 open??
"Nikolai Försterling" <chat.foster@web.de> wrote in message
news:42e65b2d$0$18009$9b4e6d93@newsread4.arcor-online.net...
> does anyone know to which application port 804 belongs?
As root:
netstat -anp | grep ":804"
or
lsof -i :804
|