<?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: What was /dev/tcp used for on RedHat Rel3? in Operating System - Linux</title>
    <link>https://community.hpe.com/t5/operating-system-linux/what-was-dev-tcp-used-for-on-redhat-rel3/m-p/5057396#M83020</link>
    <description>Our Tuxedo developers have gotten their code to work without using /dev/tcp.  Thanks to all for responding.  This was a strange one.&lt;BR /&gt;&lt;BR /&gt;Jim</description>
    <pubDate>Wed, 11 Jul 2007 08:56:55 GMT</pubDate>
    <dc:creator>James Brand</dc:creator>
    <dc:date>2007-07-11T08:56:55Z</dc:date>
    <item>
      <title>What was /dev/tcp used for on RedHat Rel3?</title>
      <link>https://community.hpe.com/t5/operating-system-linux/what-was-dev-tcp-used-for-on-redhat-rel3/m-p/5057392#M83016</link>
      <description>It's not there on RedHat Rel4 and Tuxedo had been configured to use it on Rel3.  All Google returns are some references to perl/shell programming tricks using this device file, such as&lt;BR /&gt;&lt;BR /&gt;exec 3&amp;lt;&amp;gt;/dev/tcp/&lt;A href="http://www.google.com/80" target="_blank"&gt;www.google.com/80&lt;/A&gt;&lt;BR /&gt;echo -e "GET / HTTP/1.1\n\n"&amp;gt;&amp;amp;3&lt;BR /&gt;cat &amp;lt;&amp;amp;3 &lt;BR /&gt; &lt;BR /&gt;Obviously /dev/tcp is not needed or it would be there on Rel4.  Does anyone know anything about /dev/tcp?&lt;BR /&gt;&lt;BR /&gt;Thanks,&lt;BR /&gt;Jim</description>
      <pubDate>Tue, 10 Jul 2007 15:37:22 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/what-was-dev-tcp-used-for-on-redhat-rel3/m-p/5057392#M83016</guid>
      <dc:creator>James Brand</dc:creator>
      <dc:date>2007-07-10T15:37:22Z</dc:date>
    </item>
    <item>
      <title>Re: What was /dev/tcp used for on RedHat Rel3?</title>
      <link>https://community.hpe.com/t5/operating-system-linux/what-was-dev-tcp-used-for-on-redhat-rel3/m-p/5057393#M83017</link>
      <description>See man bash:&lt;BR /&gt;&lt;BR /&gt;/dev/tcp/host/port  If host is a valid hostname  or  Internet  address,  and                      port  is  an  integer  port number or service name, bash attempts to open a TCP connection to  the  corresponding socket.&lt;BR /&gt;&lt;BR /&gt;/dev/udp/host/port  If  host  is  a  valid hostname or Internet address, and                     port is an integer port number  or  service  name,  bash attempts  to  open a UDP connection to the corresponding socket.&lt;BR /&gt;</description>
      <pubDate>Tue, 10 Jul 2007 15:51:00 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/what-was-dev-tcp-used-for-on-redhat-rel3/m-p/5057393#M83017</guid>
      <dc:creator>Ivan Ferreira</dc:creator>
      <dc:date>2007-07-10T15:51:00Z</dc:date>
    </item>
    <item>
      <title>Re: What was /dev/tcp used for on RedHat Rel3?</title>
      <link>https://community.hpe.com/t5/operating-system-linux/what-was-dev-tcp-used-for-on-redhat-rel3/m-p/5057394#M83018</link>
      <description>Shalom Jim,&lt;BR /&gt;&lt;BR /&gt;Hmmm. Driver for tcp?&lt;BR /&gt;&lt;BR /&gt;They either built it into the kernel or used another name for it in RH 4.&lt;BR /&gt;&lt;BR /&gt;SEP</description>
      <pubDate>Tue, 10 Jul 2007 15:56:15 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/what-was-dev-tcp-used-for-on-redhat-rel3/m-p/5057394#M83018</guid>
      <dc:creator>Steven E. Protter</dc:creator>
      <dc:date>2007-07-10T15:56:15Z</dc:date>
    </item>
    <item>
      <title>Re: What was /dev/tcp used for on RedHat Rel3?</title>
      <link>https://community.hpe.com/t5/operating-system-linux/what-was-dev-tcp-used-for-on-redhat-rel3/m-p/5057395#M83019</link>
      <description>&lt;BR /&gt;/dev/tcp supported iBCS2  emulation for supporting Solaris, etc. software.&lt;BR /&gt;&lt;BR /&gt;It seems like  recent 2.6 kernels doesn't support  iBCS2   anymore.&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://www.linuxjournal.com/article/2809" target="_blank"&gt;http://www.linuxjournal.com/article/2809&lt;/A&gt; Using iBCS2 Under Linux</description>
      <pubDate>Wed, 11 Jul 2007 01:24:21 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/what-was-dev-tcp-used-for-on-redhat-rel3/m-p/5057395#M83019</guid>
      <dc:creator>Vitaly Karasik_1</dc:creator>
      <dc:date>2007-07-11T01:24:21Z</dc:date>
    </item>
    <item>
      <title>Re: What was /dev/tcp used for on RedHat Rel3?</title>
      <link>https://community.hpe.com/t5/operating-system-linux/what-was-dev-tcp-used-for-on-redhat-rel3/m-p/5057396#M83020</link>
      <description>Our Tuxedo developers have gotten their code to work without using /dev/tcp.  Thanks to all for responding.  This was a strange one.&lt;BR /&gt;&lt;BR /&gt;Jim</description>
      <pubDate>Wed, 11 Jul 2007 08:56:55 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/what-was-dev-tcp-used-for-on-redhat-rel3/m-p/5057396#M83020</guid>
      <dc:creator>James Brand</dc:creator>
      <dc:date>2007-07-11T08:56:55Z</dc:date>
    </item>
  </channel>
</rss>

