<?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: link copy in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/link-copy/m-p/5115516#M446940</link>
    <description>Hi Ivan,&lt;BR /&gt;&lt;BR /&gt;The correct syntax is cp -R.&lt;BR /&gt;&lt;BR /&gt;Thnks for ur help</description>
    <pubDate>Tue, 24 Jun 2008 11:19:11 GMT</pubDate>
    <dc:creator>Prashanth Waugh</dc:creator>
    <dc:date>2008-06-24T11:19:11Z</dc:date>
    <item>
      <title>link copy</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/link-copy/m-p/5115513#M446937</link>
      <description>Hi ,&lt;BR /&gt;can any body help me, how i can copy all files from one directory to&lt;BR /&gt;another . suppose i have a source directory called /abc/def in&lt;BR /&gt;which i have 20 files also some links are there. i want to copy all the files and links as it is  from this direcory&lt;BR /&gt;to /xxx/yyy directory. can any body suggest me the way how to do it .&lt;BR /&gt;thanks</description>
      <pubDate>Tue, 24 Jun 2008 10:56:19 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/link-copy/m-p/5115513#M446937</guid>
      <dc:creator>Prashanth Waugh</dc:creator>
      <dc:date>2008-06-24T10:56:19Z</dc:date>
    </item>
    <item>
      <title>Re: link copy</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/link-copy/m-p/5115514#M446938</link>
      <description>use:&lt;BR /&gt;cp -r sourcedir targetdir&lt;BR /&gt;&lt;BR /&gt;In manual page is written:&lt;BR /&gt; "Usually normal files and directories are copied. Character special devices, block special devices, network special files, named pipes, symbolic links, and sockets are copied, if the user has access to the file; otherwise, a warning is printed stating that the file cannot be created, and the file is skipped."&lt;BR /&gt;&lt;BR /&gt;regards,&lt;BR /&gt;ivan&lt;BR /&gt;</description>
      <pubDate>Tue, 24 Jun 2008 11:00:11 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/link-copy/m-p/5115514#M446938</guid>
      <dc:creator>Ivan Krastev</dc:creator>
      <dc:date>2008-06-24T11:00:11Z</dc:date>
    </item>
    <item>
      <title>Re: link copy</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/link-copy/m-p/5115515#M446939</link>
      <description>Hi&lt;BR /&gt;&lt;BR /&gt;Thanks for quick reply.&lt;BR /&gt;&lt;BR /&gt;   Suppose I am a superuser then it will show the error whole copying.</description>
      <pubDate>Tue, 24 Jun 2008 11:15:47 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/link-copy/m-p/5115515#M446939</guid>
      <dc:creator>Prashanth Waugh</dc:creator>
      <dc:date>2008-06-24T11:15:47Z</dc:date>
    </item>
    <item>
      <title>Re: link copy</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/link-copy/m-p/5115516#M446940</link>
      <description>Hi Ivan,&lt;BR /&gt;&lt;BR /&gt;The correct syntax is cp -R.&lt;BR /&gt;&lt;BR /&gt;Thnks for ur help</description>
      <pubDate>Tue, 24 Jun 2008 11:19:11 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/link-copy/m-p/5115516#M446940</guid>
      <dc:creator>Prashanth Waugh</dc:creator>
      <dc:date>2008-06-24T11:19:11Z</dc:date>
    </item>
    <item>
      <title>Re: link copy</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/link-copy/m-p/5115517#M446941</link>
      <description>thanks</description>
      <pubDate>Tue, 24 Jun 2008 11:20:51 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/link-copy/m-p/5115517#M446941</guid>
      <dc:creator>Prashanth Waugh</dc:creator>
      <dc:date>2008-06-24T11:20:51Z</dc:date>
    </item>
    <item>
      <title>Re: link copy</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/link-copy/m-p/5115518#M446942</link>
      <description>hi;&lt;BR /&gt;and more from man page,&lt;BR /&gt;If new_file is a link to an existing file with other links, cp&lt;BR /&gt;      overwrites the existing file and retains all links.  If copying a file&lt;BR /&gt;      to an existing file, cp does not change existing file access&lt;BR /&gt;      permission bits, owner, or group.</description>
      <pubDate>Tue, 24 Jun 2008 11:21:08 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/link-copy/m-p/5115518#M446942</guid>
      <dc:creator>Mustafa Gulercan</dc:creator>
      <dc:date>2008-06-24T11:21:08Z</dc:date>
    </item>
    <item>
      <title>Re: link copy</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/link-copy/m-p/5115519#M446943</link>
      <description>Hi atulkumar, you have to use this command:&lt;BR /&gt;&lt;BR /&gt;cp -rH sourcedir targetdir&lt;BR /&gt;&lt;BR /&gt;Best Regards.&lt;BR /&gt;Ernesto&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Tue, 24 Jun 2008 11:21:45 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/link-copy/m-p/5115519#M446943</guid>
      <dc:creator>Ernesto Cappello</dc:creator>
      <dc:date>2008-06-24T11:21:45Z</dc:date>
    </item>
  </channel>
</rss>

