Neil Hodgson <nyamatongwe <at> gmail.com> writes: > > shutil.copystat does not copy over the owner, group or ACLs. It depends on what you call "ACLs". It does copy the chmod permission bits. As for owner and group, I think there is a very good reason that it doesn't copy them: under Linux, only root can change these properties.