<?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 Ping command in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/ping-command/m-p/4073454#M307945</link>
    <description>Hi, how can i know if command ping is available for everybody?&lt;BR /&gt;&lt;BR /&gt;what is the port used for that?&lt;BR /&gt;how can i review that?&lt;BR /&gt;&lt;BR /&gt;how is related netstat -a with ping command?&lt;BR /&gt;&lt;BR /&gt;please let me know.&lt;BR /&gt;Thanks.</description>
    <pubDate>Thu, 20 Sep 2007 08:02:17 GMT</pubDate>
    <dc:creator>Manuales</dc:creator>
    <dc:date>2007-09-20T08:02:17Z</dc:date>
    <item>
      <title>Ping command</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/ping-command/m-p/4073454#M307945</link>
      <description>Hi, how can i know if command ping is available for everybody?&lt;BR /&gt;&lt;BR /&gt;what is the port used for that?&lt;BR /&gt;how can i review that?&lt;BR /&gt;&lt;BR /&gt;how is related netstat -a with ping command?&lt;BR /&gt;&lt;BR /&gt;please let me know.&lt;BR /&gt;Thanks.</description>
      <pubDate>Thu, 20 Sep 2007 08:02:17 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/ping-command/m-p/4073454#M307945</guid>
      <dc:creator>Manuales</dc:creator>
      <dc:date>2007-09-20T08:02:17Z</dc:date>
    </item>
    <item>
      <title>Re: Ping command</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/ping-command/m-p/4073455#M307946</link>
      <description>Hi Manuaales:&lt;BR /&gt;&lt;BR /&gt;The 'ping' command resides in '/usr/sbin' which is standardly in the user's default PATH.&lt;BR /&gt;&lt;BR /&gt;Ping operates at the network layer of the OSI model so there is no port involved.&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://en.wikipedia.org/wiki/OSI_layer" target="_blank"&gt;http://en.wikipedia.org/wiki/OSI_layer&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;The 'netstat' command returns information much higher up in the layers.&lt;BR /&gt;&lt;BR /&gt;Genearally you do not encourage normal users to use 'ping'.  It can be disruptive to a network and has been exploited in DOS (Denial of Service) attacks.&lt;BR /&gt;&lt;BR /&gt;Regards!&lt;BR /&gt;&lt;BR /&gt;...JRF...</description>
      <pubDate>Thu, 20 Sep 2007 08:15:16 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/ping-command/m-p/4073455#M307946</guid>
      <dc:creator>James R. Ferguson</dc:creator>
      <dc:date>2007-09-20T08:15:16Z</dc:date>
    </item>
    <item>
      <title>Re: Ping command</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/ping-command/m-p/4073456#M307947</link>
      <description>Hello Manuales,&lt;BR /&gt;&lt;BR /&gt;&amp;gt; Hi, how can i know if command ping is &lt;BR /&gt;&amp;gt; available for everybody?&lt;BR /&gt;&lt;BR /&gt;$ ls -l /usr/sbin/ping | awk '{print $1}'&lt;BR /&gt;-r-sr-xr-x&lt;BR /&gt;&lt;BR /&gt;By default, any user can execute the ping command.  However, most users will need to provide the absolute path to the command, as '/usr/sbin' is not in a typical user's PATH.&lt;BR /&gt;&lt;BR /&gt;&amp;gt; what is the port used for that?&lt;BR /&gt;&lt;BR /&gt;'ping' sends ICMP echo request packets, which function at the network, not transport, OSI layer.  Hence, there is no notion of a "port".&lt;BR /&gt;&lt;BR /&gt;&amp;gt; how is related netstat -a with ping command?&lt;BR /&gt;&lt;BR /&gt;Invocations of 'ping' will not appear.&lt;BR /&gt;&lt;BR /&gt;PCS</description>
      <pubDate>Thu, 20 Sep 2007 08:19:55 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/ping-command/m-p/4073456#M307947</guid>
      <dc:creator>spex</dc:creator>
      <dc:date>2007-09-20T08:19:55Z</dc:date>
    </item>
    <item>
      <title>Re: Ping command</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/ping-command/m-p/4073457#M307948</link>
      <description>Hi Manuales,&lt;BR /&gt;&lt;BR /&gt;"ping" command normally is available for everybody.&lt;BR /&gt;&lt;BR /&gt;If you don't want you can change the permission:&lt;BR /&gt;&lt;BR /&gt;chmod 770 /usr/sbin/ping&lt;BR /&gt;&lt;BR /&gt;Best regards&lt;BR /&gt;Ernesto</description>
      <pubDate>Thu, 20 Sep 2007 08:34:21 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/ping-command/m-p/4073457#M307948</guid>
      <dc:creator>Ernesto Cappello</dc:creator>
      <dc:date>2007-09-20T08:34:21Z</dc:date>
    </item>
    <item>
      <title>Re: Ping command</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/ping-command/m-p/4073458#M307949</link>
      <description>ping command also has a link in /etc/ping .&lt;BR /&gt;&lt;BR /&gt;Any one can use this , either with /usr/sbin/ping  or /etc/ping .&lt;BR /&gt;&lt;BR /&gt;Rgds / james&lt;BR /&gt;</description>
      <pubDate>Thu, 20 Sep 2007 09:04:37 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/ping-command/m-p/4073458#M307949</guid>
      <dc:creator>James George_1</dc:creator>
      <dc:date>2007-09-20T09:04:37Z</dc:date>
    </item>
  </channel>
</rss>

