Hello, I have a script that unrar a file to a folder but the files from rars are extracted with different owner and permission and i can't edit them. What can i do to have the same owner on the extracted file as on directory where the file is extracted? Thanks for all your help.....
Using root or that other user, you can run the command via SSH in the untarred dir: chown username:username * Replace username with the username you want the new ownership to be.