Homepage Forums RetroPie Project Everything else related to the RetroPie Project How to By Pass Permission Denied Error in FTP Programs Reply To: How to By Pass Permission Denied Error in FTP Programs

#89366
labelwhore
Participant

same command but make the path the path to a folder instead of a file, use -R after the permission like this sudo chmod 777 -R /path/to/folder to recursively set the permissions below the top level folder specified. For example, to set the permissions on the roms folder and all subfolders and files underneath it I ran sudo chmod 777 -R /home/pi/RetroPie/roms