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
02/26/2015 at 23:42
#89366
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