LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Newbie (https://www.linuxquestions.org/questions/linux-newbie-8/)
-   -   How to determine port 1935 is open. (https://www.linuxquestions.org/questions/linux-newbie-8/how-to-determine-port-1935-is-open-939752/)

conflicker 04-14-2012 03:30 AM

How to determine port 1935 is open.
 
is there any command to be execute to determine port 1935 is open in centos..?

Your help is much appreciated. Thanks.

Nermal 04-14-2012 03:43 AM

netstat -an | grep 1935

conflicker 04-14-2012 03:45 AM

Quote:

Originally Posted by Nermal (Post 4652390)
netstat -an | grep 1935

Quote:

tcp 0 0 :::1935 :::* LISTEN
This is the result, is that saying that the port is open?

Nermal 04-14-2012 03:46 AM

On the server it's saying that port 1935 is listening. So yes that port is open.

conflicker 04-14-2012 03:49 AM

Quote:

Originally Posted by Nermal (Post 4652394)
On the server it's saying that port 1935 is listening. So yes that port is open.

Thank you soooo much!


All times are GMT -5. The time now is 12:15 PM.