[Python-Dev] Ext4 data loss

Antoine Pitrou solipsis at pitrou.net
Wed Mar 11 12:43:33 CET 2009


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.





More information about the Python-Dev mailing list