linux set chmod file permissions code example
Example 1: debian give write permission
sudo chmod -R 757 /var/www
Example 2: how to change permissions on a file in linux
sudo chmod -R ugo+rwx /file/path
sudo chmod -R 757 /var/www
sudo chmod -R ugo+rwx /file/path