On 09/04/2008, mikeduffy13 <[EMAIL PROTECTED]> 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
>  [email protected]
>  http://lists.zenoss.org/mailman/listinfo/zenoss-users
>
Hi Mike

Try

netstat -na | grep :1514

or

netstat -na | grep LISTEN
_______________________________________________
zenoss-users mailing list
[email protected]
http://lists.zenoss.org/mailman/listinfo/zenoss-users

Reply via email to