Hi Andreas,<br><br>I try the following command and the test/content directory is still in 755 mode.<br><br>$ cp -a -dpR content/ test/<br>$ ls -l test/<br>drwxr-sr-x 2 user user 4096 Jun 23 19:28 content<br><br>Regards,<br>
James<br><br><br><div class="gmail_quote">On Wed, Jun 23, 2010 at 7:37 PM, Andreas Reschke <span dir="ltr"><<a href="mailto:Andreas.Reschke@behrgroup.com">Andreas.Reschke@behrgroup.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin: 0pt 0pt 0pt 0.8ex; border-left: 1px solid rgb(204, 204, 204); padding-left: 1ex;">
<tt><font size="2"><a href="mailto:centos-bounces@centos.org" target="_blank">centos-bounces@centos.org</a> wrote on 23.06.2010 13:31:56:<br>
<br>
> James Corteciano <<a href="mailto:james@linux-source.org" target="_blank">james@linux-source.org</a>> </font></tt>
<br><tt><font size="2">> Gesendet von: <a href="mailto:centos-bounces@centos.org" target="_blank">centos-bounces@centos.org</a><br>
> </font></tt>
<br><tt><font size="2">> 23.06.2010 13:32</font></tt>
<br><tt><font size="2">> <br>
> Bitte antworten an<br>
> CentOS mailing list <<a href="mailto:centos@centos.org" target="_blank">centos@centos.org</a>></font></tt>
<br><tt><font size="2">> <br>
> An</font></tt>
<br><tt><font size="2">> <br>
> CentOS mailing list <<a href="mailto:centos@centos.org" target="_blank">centos@centos.org</a>></font></tt>
<br><tt><font size="2">> <br>
> Kopie</font></tt>
<br><tt><font size="2">> <br>
> Thema</font></tt>
<br><tt><font size="2">> <br>
> [CentOS] umask not functioning with cp command</font></tt>
<br><div><div></div><div class="h5"><tt><font size="2">> <br>
> Hi all,</font></tt>
<br><tt><font size="2">> <br>
> $ umask 0002</font></tt>
<br><tt><font size="2">> $ mkdir test</font></tt>
<br><tt><font size="2">> $ ls -ld test</font></tt>
<br><tt><font size="2">> drwxrwxr-x 2 user user 4096 Jun 23 19:04 test/</font></tt>
<br><tt><font size="2">> <br>
> $ls -ld content</font></tt>
<br><tt><font size="2">> drwxr-xr-x 2 user user 4096 Jun 23 19:29 content</font></tt>
<br><tt><font size="2">> <br>
> $ cp -r content test/</font></tt>
<br><tt><font size="2">> $ls -ld test/content</font></tt>
<br><tt><font size="2">> drwxr-xr-x 2 user user 4096 Jun 23 19:29 content</font></tt>
<br><tt><font size="2">> <br>
> My question is, how can I make content directory permission mode to
<br>
> 775 if I do cp inside the test directory?</font></tt>
<br><tt><font size="2">> <br>
> Thanks.</font></tt>
<br><tt><font size="2">> <br>
> Regards,</font></tt>
<br><tt><font size="2">> James</font></tt>
<br></div></div><tt><font size="2">> <br>
> _______________________________________________<br>
> CentOS mailing list<br>
> <a href="mailto:CentOS@centos.org" target="_blank">CentOS@centos.org</a><br>
> </font></tt><a href="http://lists.centos.org/mailman/listinfo/centos" target="_blank"><tt><font size="2">http://lists.centos.org/mailman/listinfo/centos</font></tt></a>
<br>
<br><tt><font size="2">Hi James,</font></tt>
<br><tt><font size="2">in this case, you must copy with cp -p (or better
-a same -dpR) to preserve all atributes.</font></tt>
<br>
<br><tt><font size="2">man cp</font></tt>
<br>
<br><font size="2" face="sans-serif">Gruß <br>
Andreas Reschke<br>
________________________________________________________________<br>
BG-IM173<br>
Unix/Linux-Administration<br>
 <br>
Behr GmbH & Co. KG</font><br>_______________________________________________<br>
CentOS mailing list<br>
<a href="mailto:CentOS@centos.org">CentOS@centos.org</a><br>
<a href="http://lists.centos.org/mailman/listinfo/centos" target="_blank">http://lists.centos.org/mailman/listinfo/centos</a><br>
<br></blockquote></div><br>