Resolving File Permissions ERROR when moving files from one user to another
- by Sayan
I am creating a tarball from a bunch of files in one machine under my $USER - I have set execute permissions to all the files, but when I copy it over to another user in a different machine, there is an 'access permission denied error' when that user tries to access some of the files. I do not have root/sudo privileges.
How would I resolve that?…