Guys i moved a full backup from a cpanel server to a directadmin using wget -c ftp and extracted it in new server using tar -xvzf command But now can't modify or delete the files from FTP. Says permission denied. Is there a command from SSH to correct all permissions to work with my new server?
Try this: CD To that FTP directory with root SSH. stat FOLDER Code (markup): If the owner and/or group is root, try this: chown USER:USER -R FOLDER Code (markup): Replace FOLDER and USER with their respective values. Hope that helps, Jay