[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re:
charles@lunarmedia.net wrote:
>
> tcp 0 0 0.0.0.0:6000 0.0.0.0:* LISTEN
> tcp 0 0 0.0.0.0:1029 0.0.0.0:* LISTEN
>
> If services are not listed within /etc/services with their corresponding
> port number, how can one find out what daemon is actually listening on a
> non-standard port? Case in point above.
Use "lsof -i tcp:6000" as root.
It's most likely X.
--
To unsubscribe, send email to majordomo@luci.org with
"unsubscribe luci-discuss" in the body.