permissions to your folder linux code example
Example 1: linux give permission to folder
sudo chmod -R a+rwx /path/to/folder
Example 2: change the permissions of a folder in linux
sudo chmod -R 757 <file>
Example 3: how to change permissions on a file in linux
sudo chmod -R ugo+rwx /file/path