A
Would files and files keep CHMOD?Access rights to files/catalogs retained by the programme tar Inside the archive, respectively, when the archive is sold, tar designates to each established file/catalogu the same rights that have been recorded inside the archives.Did the folder and files have a certain user owner?programme tar (at least project implementation) gnu(d) When establishing the archive, the owner/category/catalog remains information not only in numerical form (c)uid/gidbut also in the form of lines, so that the lines are not retained, we can use the option. --numeric-owner♪This information does not have (natural) influence when a single user can produce files/catalogues owned by him alone.at a sale launched on behalf of a super-user (in which case uid equal to zero; normally a line is designated as a name for the user rootthere is no such restriction: the process may create files/cataloges belonging to the user/group with any uid/gid♪Accordingly, if the archive retains the rows with the names of the owners/groups, the names will be used if there is a user/group with the name in the system where the package is performed.If there is no user name/group in the system (or names have not been retained at all due to the above-mentioned option --numeric-ownerthe numerical values stored in the archive will be used. uid/gid There may be very different lines with user/group names. You seem to be facing this situation.Disclosure, in fact, one: prior to sale, users/groups should be established in the system with the names retained inside the archives.You can see these names by adding an option. -v Look at the contents of the archive. -t$ tar -t -v -f архив
Example of conclusion:-rw-r--r-- user/group 0 2016-11-11 12:41 file
Which shows that the file file owned by the user usergroup group♪