i am not familiar with that command, however if you do cp --help it brings up the options, one of which is keep the ownerships etc. as they are. if that doesn't help then the only other option is to go in as root and chown -R [user] [directory] this will recurse down the tree changing all files from the specified directory onwards to the specified user.
|