<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: how to view the running application in particular ports in Operating System - Linux</title>
    <link>https://community.hpe.com/t5/operating-system-linux/how-to-view-the-running-application-in-particular-ports/m-p/4406693#M36249</link>
    <description>&lt;!--!*#--&gt;&amp;gt; The command "isof" is not found in my&lt;BR /&gt;&amp;gt; system.&lt;BR /&gt;&lt;BR /&gt;Nor on anyone else's.  "lsof".  LSOF &amp;lt;&amp;gt; ISOF.</description>
    <pubDate>Thu, 23 Apr 2009 15:15:47 GMT</pubDate>
    <dc:creator>Steven Schweda</dc:creator>
    <dc:date>2009-04-23T15:15:47Z</dc:date>
    <item>
      <title>how to view the running application in particular ports</title>
      <link>https://community.hpe.com/t5/operating-system-linux/how-to-view-the-running-application-in-particular-ports/m-p/4406689#M36245</link>
      <description>Hi&lt;BR /&gt; &lt;BR /&gt; I am using Redhat linux. in that following ports are open 25,110,143,80,443.&lt;BR /&gt;&lt;BR /&gt; I know that these ports for smtp,pop3,imap,http and https.&lt;BR /&gt;&lt;BR /&gt; But I want to software name like sendmail / postfix and apache or any other we server.&lt;BR /&gt;&lt;BR /&gt; So i want to know the exact application name running in particular ports.</description>
      <pubDate>Thu, 23 Apr 2009 13:31:35 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/how-to-view-the-running-application-in-particular-ports/m-p/4406689#M36245</guid>
      <dc:creator>senthil_kumar_1</dc:creator>
      <dc:date>2009-04-23T13:31:35Z</dc:date>
    </item>
    <item>
      <title>Re: how to view the running application in particular ports</title>
      <link>https://community.hpe.com/t5/operating-system-linux/how-to-view-the-running-application-in-particular-ports/m-p/4406690#M36246</link>
      <description>Use:&lt;BR /&gt;&lt;BR /&gt;lsof -i :&lt;PORT number=""&gt;&lt;BR /&gt;&lt;BR /&gt;# lsof -i :22&lt;BR /&gt;COMMAND   PID USER   FD   TYPE    DEVICE SIZE NODE NAME&lt;BR /&gt;sshd     4855 root    3u  IPv6     10866       TCP *:ssh (LISTEN)&lt;BR /&gt;&lt;/PORT&gt;</description>
      <pubDate>Thu, 23 Apr 2009 13:45:46 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/how-to-view-the-running-application-in-particular-ports/m-p/4406690#M36246</guid>
      <dc:creator>Ivan Ferreira</dc:creator>
      <dc:date>2009-04-23T13:45:46Z</dc:date>
    </item>
    <item>
      <title>Re: how to view the running application in particular ports</title>
      <link>https://community.hpe.com/t5/operating-system-linux/how-to-view-the-running-application-in-particular-ports/m-p/4406691#M36247</link>
      <description>Shalom,&lt;BR /&gt;&lt;BR /&gt;I would want to know what is listening.&lt;BR /&gt;&lt;BR /&gt;netstat -an | grep port_number&lt;BR /&gt;&lt;BR /&gt;Then use lsof to get information on the process.  &lt;BR /&gt;&lt;BR /&gt;lsof -i 25 &lt;BR /&gt;# May show multiple sendmail connections.&lt;BR /&gt;&lt;BR /&gt;SEP</description>
      <pubDate>Thu, 23 Apr 2009 13:49:42 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/how-to-view-the-running-application-in-particular-ports/m-p/4406691#M36247</guid>
      <dc:creator>Steven E. Protter</dc:creator>
      <dc:date>2009-04-23T13:49:42Z</dc:date>
    </item>
    <item>
      <title>Re: how to view the running application in particular ports</title>
      <link>https://community.hpe.com/t5/operating-system-linux/how-to-view-the-running-application-in-particular-ports/m-p/4406692#M36248</link>
      <description>Hi&lt;BR /&gt;&lt;BR /&gt; The command "isof" is not found in my &lt;BR /&gt;system.&lt;BR /&gt;&lt;BR /&gt; How to install this.</description>
      <pubDate>Thu, 23 Apr 2009 15:06:50 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/how-to-view-the-running-application-in-particular-ports/m-p/4406692#M36248</guid>
      <dc:creator>senthil_kumar_1</dc:creator>
      <dc:date>2009-04-23T15:06:50Z</dc:date>
    </item>
    <item>
      <title>Re: how to view the running application in particular ports</title>
      <link>https://community.hpe.com/t5/operating-system-linux/how-to-view-the-running-application-in-particular-ports/m-p/4406693#M36249</link>
      <description>&lt;!--!*#--&gt;&amp;gt; The command "isof" is not found in my&lt;BR /&gt;&amp;gt; system.&lt;BR /&gt;&lt;BR /&gt;Nor on anyone else's.  "lsof".  LSOF &amp;lt;&amp;gt; ISOF.</description>
      <pubDate>Thu, 23 Apr 2009 15:15:47 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/how-to-view-the-running-application-in-particular-ports/m-p/4406693#M36249</guid>
      <dc:creator>Steven Schweda</dc:creator>
      <dc:date>2009-04-23T15:15:47Z</dc:date>
    </item>
    <item>
      <title>Re: how to view the running application in particular ports</title>
      <link>https://community.hpe.com/t5/operating-system-linux/how-to-view-the-running-application-in-particular-ports/m-p/4406694#M36250</link>
      <description>Senthil,&lt;BR /&gt;&lt;BR /&gt;Check this...&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://www.opensource.apple.com/darwinsource/10.3/lsof-12/lsof/00QUICKSTART" target="_blank"&gt;http://www.opensource.apple.com/darwinsource/10.3/lsof-12/lsof/00QUICKSTART&lt;/A&gt;&lt;BR /&gt;</description>
      <pubDate>Thu, 23 Apr 2009 15:32:23 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/how-to-view-the-running-application-in-particular-ports/m-p/4406694#M36250</guid>
      <dc:creator>Sivakumar MJ._1</dc:creator>
      <dc:date>2009-04-23T15:32:23Z</dc:date>
    </item>
    <item>
      <title>Re: how to view the running application in particular ports</title>
      <link>https://community.hpe.com/t5/operating-system-linux/how-to-view-the-running-application-in-particular-ports/m-p/4406695#M36251</link>
      <description>On Linux root can also use the "-p" option to have netstat display the process associated with a port.</description>
      <pubDate>Thu, 23 Apr 2009 15:39:43 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/how-to-view-the-running-application-in-particular-ports/m-p/4406695#M36251</guid>
      <dc:creator>Heironimus</dc:creator>
      <dc:date>2009-04-23T15:39:43Z</dc:date>
    </item>
    <item>
      <title>Re: how to view the running application in particular ports</title>
      <link>https://community.hpe.com/t5/operating-system-linux/how-to-view-the-running-application-in-particular-ports/m-p/4406696#M36252</link>
      <description>Shalom,&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;It is standard install on RHEL.&lt;BR /&gt;&lt;BR /&gt;/usr/sbin/lsof&lt;BR /&gt;&lt;BR /&gt; rpm -qf /usr/sbin/lsof&lt;BR /&gt;lsof-4.78-3&lt;BR /&gt;&lt;BR /&gt;This is off a RHEL 5.3 system.&lt;BR /&gt;&lt;BR /&gt;That is the package you want to install.&lt;BR /&gt;&lt;BR /&gt;-qf runs a query and asks what package provides the binary.&lt;BR /&gt;&lt;BR /&gt;SEP</description>
      <pubDate>Thu, 23 Apr 2009 16:28:08 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/how-to-view-the-running-application-in-particular-ports/m-p/4406696#M36252</guid>
      <dc:creator>Steven E. Protter</dc:creator>
      <dc:date>2009-04-23T16:28:08Z</dc:date>
    </item>
    <item>
      <title>Re: how to view the running application in particular ports</title>
      <link>https://community.hpe.com/t5/operating-system-linux/how-to-view-the-running-application-in-particular-ports/m-p/4406697#M36253</link>
      <description>Run netstat with the following options to show all listening ports with the software name/PID:&lt;BR /&gt;&lt;BR /&gt;netstat -tunlp&lt;BR /&gt;&lt;BR /&gt;You can use grep to narrow it down:&lt;BR /&gt;&lt;BR /&gt;netstat -tunlp|grep ":21"  port 21)&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Thu, 23 Apr 2009 17:33:38 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/how-to-view-the-running-application-in-particular-ports/m-p/4406697#M36253</guid>
      <dc:creator>Autocross.US</dc:creator>
      <dc:date>2009-04-23T17:33:38Z</dc:date>
    </item>
  </channel>
</rss>

