LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Newbie (https://www.linuxquestions.org/questions/linux-newbie-8/)
-   -   ports issues (https://www.linuxquestions.org/questions/linux-newbie-8/ports-issues-705961/)

ak.lokesh 02-19-2009 12:23 PM

ports issues
 
Hi All,
How can you we find out the list of ports that are using by different applications running in Linux?

how to find out whether a particular port is in use or not in Linux???

Thanks in advance.

acid_kewpie 02-19-2009 12:27 PM

netstat -plnt will show you all tcp ports listening on your system.

TB0ne 02-19-2009 12:28 PM

Quote:

Originally Posted by ak.lokesh (Post 3449926)
Hi All,
How can you we find out the list of ports that are using by different applications running in Linux?

how to find out whether a particular port is in use or not in Linux???

Thanks in advance.

Take a look at the netstat command ("man netstat").


All times are GMT -5. The time now is 07:08 PM.