<?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: file copy in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/file-copy/m-p/5898971#M482647</link>
    <description>either p is small letter or capital. pls confirm</description>
    <pubDate>Fri, 14 Dec 2012 07:13:27 GMT</pubDate>
    <dc:creator>rajesh73</dc:creator>
    <dc:date>2012-12-14T07:13:27Z</dc:date>
    <item>
      <title>file copy</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/file-copy/m-p/5898943#M482642</link>
      <description>&lt;P&gt;i wan to copy the file from one server to another server ,with the same file permission.what is the command&lt;/P&gt;</description>
      <pubDate>Fri, 14 Dec 2012 06:44:16 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/file-copy/m-p/5898943#M482642</guid>
      <dc:creator>rajesh73</dc:creator>
      <dc:date>2012-12-14T06:44:16Z</dc:date>
    </item>
    <item>
      <title>Re: file copy</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/file-copy/m-p/5898955#M482643</link>
      <description>&lt;P&gt;How are the systems connected?&lt;/P&gt;&lt;P&gt;&amp;nbsp;NFS: cp -p&lt;/P&gt;&lt;P&gt;ftp: tar it up first or use pax(1), cpio(1) or zip.&lt;/P&gt;&lt;P&gt;scp: scp -p&lt;/P&gt;</description>
      <pubDate>Fri, 14 Dec 2012 07:48:30 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/file-copy/m-p/5898955#M482643</guid>
      <dc:creator>Dennis Handly</dc:creator>
      <dc:date>2012-12-14T07:48:30Z</dc:date>
    </item>
    <item>
      <title>Re: file copy</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/file-copy/m-p/5898965#M482645</link>
      <description>&lt;P&gt;please explain for NFS and scp&lt;/P&gt;</description>
      <pubDate>Fri, 14 Dec 2012 07:11:25 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/file-copy/m-p/5898965#M482645</guid>
      <dc:creator>rajesh73</dc:creator>
      <dc:date>2012-12-14T07:11:25Z</dc:date>
    </item>
    <item>
      <title>Re: file copy</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/file-copy/m-p/5898967#M482646</link>
      <description>sorry dennis,&lt;BR /&gt;&lt;BR /&gt;thanks for your reply.</description>
      <pubDate>Fri, 14 Dec 2012 07:12:56 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/file-copy/m-p/5898967#M482646</guid>
      <dc:creator>rajesh73</dc:creator>
      <dc:date>2012-12-14T07:12:56Z</dc:date>
    </item>
    <item>
      <title>Re: file copy</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/file-copy/m-p/5898971#M482647</link>
      <description>either p is small letter or capital. pls confirm</description>
      <pubDate>Fri, 14 Dec 2012 07:13:27 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/file-copy/m-p/5898971#M482647</guid>
      <dc:creator>rajesh73</dc:creator>
      <dc:date>2012-12-14T07:13:27Z</dc:date>
    </item>
    <item>
      <title>Re: file copy</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/file-copy/m-p/5899009#M482649</link>
      <description>&lt;P&gt;&amp;gt;either p is small letter or capital.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;(There is such a thing as cut &amp;amp; paste, it's magic.&amp;nbsp; ;-)&lt;/P&gt;&lt;P&gt;It's lower case -p.&lt;/P&gt;</description>
      <pubDate>Fri, 14 Dec 2012 07:48:43 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/file-copy/m-p/5899009#M482649</guid>
      <dc:creator>Dennis Handly</dc:creator>
      <dc:date>2012-12-14T07:48:43Z</dc:date>
    </item>
    <item>
      <title>Re: file copy</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/file-copy/m-p/5899059#M482652</link>
      <description>&lt;P&gt;&lt;SPAN&gt;Hi rajesh73, &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;You can use rcp command:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;For example from source_server:&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;SPAN&gt;rcp -rp &amp;nbsp;.../file.tar root@destination_server:.../file.tar&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;where .../file.tar is the file in the source server and .../file.tar is the file inside the destination server.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;If you want to copy one file to the same directory to a remote server you can go to the directory that you want (for example cd /tmp) and then:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;rcp -rp test.txt hpsep2:$pwd&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Where test.txt is the file that you want to copy and hpsep2 is the name of your remote server&lt;BR /&gt;&lt;BR /&gt;Best regards,&lt;/P&gt;&lt;P&gt;Spyros&lt;/P&gt;</description>
      <pubDate>Fri, 14 Dec 2012 09:02:05 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/file-copy/m-p/5899059#M482652</guid>
      <dc:creator>Spyros_</dc:creator>
      <dc:date>2012-12-14T09:02:05Z</dc:date>
    </item>
  </channel>
</rss>

