Re: Maintaining Ownership When Copying Files and Directories

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



Maybe something like:

cd source; tar -cf - * | ( cd destination; tar -xfp -)

Josh

On 4/3/07, Sean McGlynn <sean_mcglynn@xxxxxxxxx> wrote:

Hello,

On a RHEL4 server I have mounted a directory from another RHEL4 server.  I
want to copy the files from the mounted directory, maintaining ownership and
permissions.  When I attempt to do a copy as root I get a permission denied
message.  When I do a cp -r --preserve=all as a user who is a member of a
group who has rights to the directory I am able to do the copy, the
permissions are maintained, but the ownership is not.  This makes sense as
the man page for cp say you need to be root to change ownership.  So how can
I make this happen if I can't do it as root?  The group is maintained in
eDirectory, so I can't add root to the group.

Thank you.





____________________________________________________________________________________
It's here! Your new message!
Get new email alerts with the free Yahoo! Toolbar.
http://tools.search.yahoo.com/toolbar/features/mail/
--
redhat-list mailing list
unsubscribe mailto:redhat-list-request@xxxxxxxxxx?subject=unsubscribe
https://www.redhat.com/mailman/listinfo/redhat-list




--
Thx
Joshua Gimer
--
redhat-list mailing list
unsubscribe mailto:redhat-list-request@xxxxxxxxxx?subject=unsubscribe
https://www.redhat.com/mailman/listinfo/redhat-list

[Index of Archives]     [CentOS]     [Kernel Development]     [PAM]     [Fedora Users]     [Red Hat Development]     [Big List of Linux Books]     [Linux Admin]     [Gimp]     [Asterisk PBX]     [Yosemite News]     [Red Hat Crash Utility]


  Powered by Linux