<?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 cp and hold permissions in Operating System - HP-UX</title>
    <link>https://community.hpe.com/t5/operating-system-hp-ux/cp-and-hold-permissions/m-p/3279383#M180141</link>
    <description>Hi, I have an error in my RAID system and have to cp my data to aa additional disk. How can I copy without changing the permissions to the umask of the copiing user (its root in this case)?&lt;BR /&gt;&lt;BR /&gt;Thanks and regards,&lt;BR /&gt;&lt;BR /&gt;Oliver</description>
    <pubDate>Tue, 18 May 2004 08:12:22 GMT</pubDate>
    <dc:creator>Oliver Schmitz</dc:creator>
    <dc:date>2004-05-18T08:12:22Z</dc:date>
    <item>
      <title>cp and hold permissions</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/cp-and-hold-permissions/m-p/3279383#M180141</link>
      <description>Hi, I have an error in my RAID system and have to cp my data to aa additional disk. How can I copy without changing the permissions to the umask of the copiing user (its root in this case)?&lt;BR /&gt;&lt;BR /&gt;Thanks and regards,&lt;BR /&gt;&lt;BR /&gt;Oliver</description>
      <pubDate>Tue, 18 May 2004 08:12:22 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/cp-and-hold-permissions/m-p/3279383#M180141</guid>
      <dc:creator>Oliver Schmitz</dc:creator>
      <dc:date>2004-05-18T08:12:22Z</dc:date>
    </item>
    <item>
      <title>Re: cp and hold permissions</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/cp-and-hold-permissions/m-p/3279384#M180142</link>
      <description>Oliver,&lt;BR /&gt;&lt;BR /&gt;Is this a file system?  If so, you can use find with cpio like this:&lt;BR /&gt;&lt;BR /&gt;cd /mount_point&lt;BR /&gt;find . -print |cpio -pdumxl /new_location&lt;BR /&gt;&lt;BR /&gt;Or you can use conventional backup/restore methods like fbackup.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Pete</description>
      <pubDate>Tue, 18 May 2004 08:15:17 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/cp-and-hold-permissions/m-p/3279384#M180142</guid>
      <dc:creator>Pete Randall</dc:creator>
      <dc:date>2004-05-18T08:15:17Z</dc:date>
    </item>
    <item>
      <title>Re: cp and hold permissions</title>
      <link>https://community.hpe.com/t5/operating-system-hp-ux/cp-and-hold-permissions/m-p/3279385#M180143</link>
      <description>Have a look at the '-p' option of cp.  You could use tar as well.  Even cpio would work.&lt;BR /&gt;&lt;BR /&gt;# cp -Rp /source/dir /destination/dir&lt;BR /&gt;&lt;BR /&gt;# cd /source&lt;BR /&gt;# tar -cf - . | "cd /destination ; tar -xf -"</description>
      <pubDate>Tue, 18 May 2004 08:16:43 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-hp-ux/cp-and-hold-permissions/m-p/3279385#M180143</guid>
      <dc:creator>Patrick Wallek</dc:creator>
      <dc:date>2004-05-18T08:16:43Z</dc:date>
    </item>
  </channel>
</rss>

