<?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: rcp or cp on same machine, any difference in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/rcp-or-cp-on-same-machine-any-difference/m-p/4254235#M663232</link>
    <description>If you mean &lt;BR /&gt;between&lt;BR /&gt;rcp &lt;BR /&gt;cp from or to NFS&lt;BR /&gt;&lt;BR /&gt;Then rcp is usually better as it sends directly the file from buffercache to the socket.&lt;BR /&gt;&lt;BR /&gt;cp will cause a copy from buffercache to user space, hen from userspace to buffercache, then from buffercache over NFS to the remote system, then to disk</description>
    <pubDate>Mon, 04 May 2009 12:07:46 GMT</pubDate>
    <dc:creator>Laurent Menase</dc:creator>
    <dc:date>2009-05-04T12:07:46Z</dc:date>
    <item>
      <title>rcp or cp on same machine, any difference</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/rcp-or-cp-on-same-machine-any-difference/m-p/4254228#M663225</link>
      <description>&lt;BR /&gt;Hi,&lt;BR /&gt;&lt;BR /&gt;Is there any difference if I use rcp instead of cp on same machine for copying large files?&lt;BR /&gt;&lt;BR /&gt;Apreicate if someone can throw some lights.&lt;BR /&gt;&lt;BR /&gt;Thanks</description>
      <pubDate>Tue, 19 Aug 2008 04:38:15 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/rcp-or-cp-on-same-machine-any-difference/m-p/4254228#M663225</guid>
      <dc:creator>makp</dc:creator>
      <dc:date>2008-08-19T04:38:15Z</dc:date>
    </item>
    <item>
      <title>Re: rcp or cp on same machine, any difference</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/rcp-or-cp-on-same-machine-any-difference/m-p/4254229#M663226</link>
      <description>cp is more prefered on the same system (localhost) coz rcp goes through al the authentication checks and would happen over the NIC where as cp is internal.&lt;BR /&gt;In short rcp will take a bit longer compared to cp in localhost</description>
      <pubDate>Tue, 19 Aug 2008 05:23:29 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/rcp-or-cp-on-same-machine-any-difference/m-p/4254229#M663226</guid>
      <dc:creator>Rajeev  Shukla</dc:creator>
      <dc:date>2008-08-19T05:23:29Z</dc:date>
    </item>
    <item>
      <title>Re: rcp or cp on same machine, any difference</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/rcp-or-cp-on-same-machine-any-difference/m-p/4254230#M663227</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;There are many differences within these two methods, hint is following.&lt;BR /&gt;&lt;BR /&gt;*)The NFS CP will bring the source file into the buffer cache, _and_ will have the destination file in the buffer cache. The rcp will only bring the source file into the buffer cache. &lt;BR /&gt;&lt;BR /&gt;*) rcp is over TCP&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;Gokul Chandola</description>
      <pubDate>Tue, 19 Aug 2008 05:27:13 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/rcp-or-cp-on-same-machine-any-difference/m-p/4254230#M663227</guid>
      <dc:creator>Gokul Chandola</dc:creator>
      <dc:date>2008-08-19T05:27:13Z</dc:date>
    </item>
    <item>
      <title>Re: rcp or cp on same machine, any difference</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/rcp-or-cp-on-same-machine-any-difference/m-p/4254231#M663228</link>
      <description>rcp is used for remote copy from another server to server in which you are logged in or vice versa.&lt;BR /&gt;&lt;BR /&gt;Thanks&lt;BR /&gt;&lt;BR /&gt;SKR</description>
      <pubDate>Tue, 19 Aug 2008 06:18:27 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/rcp-or-cp-on-same-machine-any-difference/m-p/4254231#M663228</guid>
      <dc:creator>SKR_1</dc:creator>
      <dc:date>2008-08-19T06:18:27Z</dc:date>
    </item>
    <item>
      <title>Re: rcp or cp on same machine, any difference</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/rcp-or-cp-on-same-machine-any-difference/m-p/4254232#M663229</link>
      <description>&lt;BR /&gt;rcp means remote copy&lt;BR /&gt;cp means copying &lt;BR /&gt;&lt;BR /&gt;rcp is mainly using to copy from system to anohter&lt;BR /&gt;&lt;BR /&gt;while cp is using internal in system&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;thanks and regards&lt;BR /&gt;&lt;BR /&gt;Sajjad Sahir</description>
      <pubDate>Mon, 04 May 2009 10:20:59 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/rcp-or-cp-on-same-machine-any-difference/m-p/4254232#M663229</guid>
      <dc:creator>Sajjad Sahir</dc:creator>
      <dc:date>2009-05-04T10:20:59Z</dc:date>
    </item>
    <item>
      <title>Re: rcp or cp on same machine, any difference</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/rcp-or-cp-on-same-machine-any-difference/m-p/4254233#M663230</link>
      <description>Shalom,&lt;BR /&gt;&lt;BR /&gt;rcp between machines&lt;BR /&gt;&lt;BR /&gt;cp within one system.&lt;BR /&gt;&lt;BR /&gt;cp is a bit more reliable.&lt;BR /&gt;&lt;BR /&gt;rcp won't copy properly to the same system. Why would you use it to run a local copy through the system NIC card?&lt;BR /&gt;&lt;BR /&gt;SEP</description>
      <pubDate>Mon, 04 May 2009 10:24:11 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/rcp-or-cp-on-same-machine-any-difference/m-p/4254233#M663230</guid>
      <dc:creator>Steven E. Protter</dc:creator>
      <dc:date>2009-05-04T10:24:11Z</dc:date>
    </item>
    <item>
      <title>Re: rcp or cp on same machine, any difference</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/rcp-or-cp-on-same-machine-any-difference/m-p/4254234#M663231</link>
      <description>&lt;!--!*#--&gt;Why not start by looking at the man page:&lt;BR /&gt;&lt;BR /&gt;rcp(1)                                                               rcp(1)&lt;BR /&gt;&lt;BR /&gt; NAME&lt;BR /&gt;      rcp - remote file copyDESCRIPTION&lt;BR /&gt;      The rcp command copies files, directory subtrees, or a combination of files and directory subtrees from one or more systems to another.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;After reading that, I wouldn't even think to use it within one system.  I mean, "why"????&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Pete&lt;BR /&gt;</description>
      <pubDate>Mon, 04 May 2009 10:32:24 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/rcp-or-cp-on-same-machine-any-difference/m-p/4254234#M663231</guid>
      <dc:creator>Pete Randall</dc:creator>
      <dc:date>2009-05-04T10:32:24Z</dc:date>
    </item>
    <item>
      <title>Re: rcp or cp on same machine, any difference</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/rcp-or-cp-on-same-machine-any-difference/m-p/4254235#M663232</link>
      <description>If you mean &lt;BR /&gt;between&lt;BR /&gt;rcp &lt;BR /&gt;cp from or to NFS&lt;BR /&gt;&lt;BR /&gt;Then rcp is usually better as it sends directly the file from buffercache to the socket.&lt;BR /&gt;&lt;BR /&gt;cp will cause a copy from buffercache to user space, hen from userspace to buffercache, then from buffercache over NFS to the remote system, then to disk</description>
      <pubDate>Mon, 04 May 2009 12:07:46 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/rcp-or-cp-on-same-machine-any-difference/m-p/4254235#M663232</guid>
      <dc:creator>Laurent Menase</dc:creator>
      <dc:date>2009-05-04T12:07:46Z</dc:date>
    </item>
  </channel>
</rss>

