https://bugs.kde.org/show_bug.cgi?id=517067
Méven <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[email protected] --- Comment #3 from Méven <[email protected]> --- (In reply to antonio from comment #2) > (In reply to TraceyC from comment #1) > > I'm able to reproduce this with Dolphin built from git-master (26.03.70) > > Note: The resulting incorrect group ownership for me was my logged in user, > > rather than root > > The problem seems to be broader, I notice that the directory permissions > have been copied incorrectly. > Here are more examples of directory permissions and how Dolphin copied them > (the move is fine, however). > > drwx---rwx -> drwxr-xr-x > drwxrwxr-x -> drwxr-xr-x > d--xrwx--- -> drwxr-xr-x This is part is expected behavior: a copy is a file creation and as any new file in Unix they should get the default umask. Dolphin can't have really runtime options as cp has ("-p" "-a"...), it has to pick a sensible default. Use cp or other tools if you want more fine grain control or use the file properties dialog to correct the permissions after the copy. The group though should be carried over though. > - The problem is specific to copying directories, not individual files. -- You are receiving this mail because: You are watching all bug changes.
