changing directory permissions in terminal code example
Example 1: change folder permisson in mac
sudo chmod -R 777 myFolder
Example 2: change the permissions of a folder in linux
sudo chmod -R 757 <file>
sudo chmod -R 777 myFolder
sudo chmod -R 757 <file>