<?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 command in Operating System - Tru64 Unix</title>
    <link>https://community.hpe.com/t5/operating-system-tru64-unix/rcp-command/m-p/4698466#M15792</link>
    <description>Hi,&lt;BR /&gt;&lt;BR /&gt;&amp;gt; Permission denied&lt;BR /&gt;&lt;BR /&gt;Looks self explanatory to me...&lt;BR /&gt;&lt;BR /&gt;Check that the user you're copying as has write permission on the destination folder.&lt;BR /&gt;&lt;BR /&gt;You might also want to check that a simple rsh command works... ie&lt;BR /&gt;&lt;BR /&gt;# rsh server12 ls -l &lt;BR /&gt;&lt;BR /&gt;Cheers,&lt;BR /&gt;Rob</description>
    <pubDate>Wed, 13 Oct 2010 08:30:46 GMT</pubDate>
    <dc:creator>Rob Leadbeater</dc:creator>
    <dc:date>2010-10-13T08:30:46Z</dc:date>
    <item>
      <title>rcp command</title>
      <link>https://community.hpe.com/t5/operating-system-tru64-unix/rcp-command/m-p/4698462#M15788</link>
      <description>I have two servers:-&lt;BR /&gt;The first one is called : server11.&lt;BR /&gt;The second one is called : server12.&lt;BR /&gt;I need to copy a file which is called : Faimos&lt;BR /&gt;form  server11 to server12 with ALL &lt;BR /&gt;its SUB DIRECTORIES.&lt;BR /&gt;How can I write this command to do that?&lt;BR /&gt;bye.&lt;BR /&gt;</description>
      <pubDate>Tue, 12 Oct 2010 14:33:40 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-tru64-unix/rcp-command/m-p/4698462#M15788</guid>
      <dc:creator>fergani</dc:creator>
      <dc:date>2010-10-12T14:33:40Z</dc:date>
    </item>
    <item>
      <title>Re: rcp command</title>
      <link>https://community.hpe.com/t5/operating-system-tru64-unix/rcp-command/m-p/4698463#M15789</link>
      <description>&lt;!--!*#--&gt;&amp;gt; I have two servers:-&lt;BR /&gt;&lt;BR /&gt;      sizer -v&lt;BR /&gt;&lt;BR /&gt;I'd probably use a "tar" pipeline.  A Forum&lt;BR /&gt;(or Web) search for keywords like:&lt;BR /&gt;      tar pipeline&lt;BR /&gt;should find many examples.  If NFS is not&lt;BR /&gt;available between these systems, then you&lt;BR /&gt;might add "rsh" or "ssh" to your search.</description>
      <pubDate>Tue, 12 Oct 2010 15:09:28 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-tru64-unix/rcp-command/m-p/4698463#M15789</guid>
      <dc:creator>Steven Schweda</dc:creator>
      <dc:date>2010-10-12T15:09:28Z</dc:date>
    </item>
    <item>
      <title>Re: rcp command</title>
      <link>https://community.hpe.com/t5/operating-system-tru64-unix/rcp-command/m-p/4698464#M15790</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;On server11,&lt;BR /&gt;&lt;BR /&gt;# rcp -r /&lt;SRCPATH&gt;/Faimos server12:/&lt;DSTPATH&gt;&lt;BR /&gt;&lt;BR /&gt;Where &lt;SRCPATH&gt; and &lt;DSTPATH&gt; are the source and destination paths.&lt;BR /&gt;&lt;BR /&gt;# man rcp&lt;BR /&gt;&lt;BR /&gt;will give some more examples.&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;&lt;BR /&gt;Rob&lt;BR /&gt;&lt;BR /&gt;&lt;/DSTPATH&gt;&lt;/SRCPATH&gt;&lt;/DSTPATH&gt;&lt;/SRCPATH&gt;</description>
      <pubDate>Tue, 12 Oct 2010 16:47:41 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-tru64-unix/rcp-command/m-p/4698464#M15790</guid>
      <dc:creator>Rob Leadbeater</dc:creator>
      <dc:date>2010-10-12T16:47:41Z</dc:date>
    </item>
    <item>
      <title>Re: rcp command</title>
      <link>https://community.hpe.com/t5/operating-system-tru64-unix/rcp-command/m-p/4698465#M15791</link>
      <description>Hi,&lt;BR /&gt;I tried to copy directory (eset)with all sub directory form server11 to server12  &lt;BR /&gt;I tried the following command :-&lt;BR /&gt;#rcp -r eset server12:/all_folders&lt;BR /&gt;but gives the following error:-&lt;BR /&gt;Permission denied.&lt;BR /&gt;what is the problem?&lt;BR /&gt;bye.</description>
      <pubDate>Wed, 13 Oct 2010 08:19:55 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-tru64-unix/rcp-command/m-p/4698465#M15791</guid>
      <dc:creator>fergani</dc:creator>
      <dc:date>2010-10-13T08:19:55Z</dc:date>
    </item>
    <item>
      <title>Re: rcp command</title>
      <link>https://community.hpe.com/t5/operating-system-tru64-unix/rcp-command/m-p/4698466#M15792</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;&amp;gt; Permission denied&lt;BR /&gt;&lt;BR /&gt;Looks self explanatory to me...&lt;BR /&gt;&lt;BR /&gt;Check that the user you're copying as has write permission on the destination folder.&lt;BR /&gt;&lt;BR /&gt;You might also want to check that a simple rsh command works... ie&lt;BR /&gt;&lt;BR /&gt;# rsh server12 ls -l &lt;BR /&gt;&lt;BR /&gt;Cheers,&lt;BR /&gt;Rob</description>
      <pubDate>Wed, 13 Oct 2010 08:30:46 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-tru64-unix/rcp-command/m-p/4698466#M15792</guid>
      <dc:creator>Rob Leadbeater</dc:creator>
      <dc:date>2010-10-13T08:30:46Z</dc:date>
    </item>
    <item>
      <title>Re: rcp command</title>
      <link>https://community.hpe.com/t5/operating-system-tru64-unix/rcp-command/m-p/4698467#M15793</link>
      <description>Hi Rob&lt;BR /&gt;the output of the following command:&lt;BR /&gt;# rsh server12 ls -l&lt;BR /&gt;Permission denied.&lt;BR /&gt;Cheers,&lt;BR /&gt;Rob</description>
      <pubDate>Wed, 13 Oct 2010 09:19:38 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-tru64-unix/rcp-command/m-p/4698467#M15793</guid>
      <dc:creator>fergani</dc:creator>
      <dc:date>2010-10-13T09:19:38Z</dc:date>
    </item>
    <item>
      <title>Re: rcp command</title>
      <link>https://community.hpe.com/t5/operating-system-tru64-unix/rcp-command/m-p/4698468#M15794</link>
      <description>OK, check the contents of the file /.rhosts on server12.&lt;BR /&gt;&lt;BR /&gt;That should contain a line with server11 at the start.&lt;BR /&gt;&lt;BR /&gt;Cheers,&lt;BR /&gt;Rob</description>
      <pubDate>Wed, 13 Oct 2010 09:25:57 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-tru64-unix/rcp-command/m-p/4698468#M15794</guid>
      <dc:creator>Rob Leadbeater</dc:creator>
      <dc:date>2010-10-13T09:25:57Z</dc:date>
    </item>
  </channel>
</rss>

