While in any location in your terminal type the following
sudo chmod 777 /path/to/your/folder/*
Be sure to be sudo
and the /*
after folder means that you want to give permissions to any subfolder
in the folder
While in any location in your terminal type the following
sudo chmod 777 /path/to/your/folder/*
Be sure to be sudo
and the /*
after folder means that you want to give permissions to any subfolder
in the folder