change the permissions of a folder in linux

C++
sudo chmod -R 757 /var/wwwsudo chmod -R 757 <file>chmod -x script-name-here.sh #Change the "script-name-here" to the name of your .sh file.
Source

Also in C++: