by Alt » Wed Nov 10, 2021 11:36 am
ACL = Access Control List. This is how Linux (and other Posix-compatible) file systems control the access to those files. Similarly, DOSATTRIB is a file that contains Windows extended attributes for the file on Linux file systems. You may safely delete them, and noting is going to happen with the recovered files.
However, if you plan to copy those files to a Linux file system, you may think about copying them to preserve ACLs and Windows attributes, too. But be cautious, as they may create a mess because they may contain references to a user unknown to the system, for example.
ACL = Access Control List. This is how Linux (and other Posix-compatible) file systems control the access to those files. Similarly, DOSATTRIB is a file that contains Windows extended attributes for the file on Linux file systems. You may safely delete them, and noting is going to happen with the recovered files.
However, if you plan to copy those files to a Linux file system, you may think about copying them to preserve ACLs and Windows attributes, too. But be cautious, as they may create a mess because they may contain references to a user unknown to the system, for example.