[zenoss-users] Re: syslog help
Ade
adrian.bradshaw at gmail.com
Wed Apr 9 12:06:13 EDT 2008
On 09/04/2008, mikeduffy13 <mikeduffy13 at gmail.com> wrote:
> Sorry I'm a little new to Linux too...what command would tell me if there is a process listening on port 1514?
>
>
>
>
>
> -------------------- m2f --------------------
>
> Read this topic online here:
>
> http://community.zenoss.com/forums/viewtopic.php?p=18300#18300
>
>
> -------------------- m2f --------------------
>
>
>
> _______________________________________________
> zenoss-users mailing list
> zenoss-users at zenoss.org
> http://lists.zenoss.org/mailman/listinfo/zenoss-users
>
Hi Mike
Try
netstat -na | grep :1514
or
netstat -na | grep LISTEN
More information about the zenoss-users
mailing list