linux give write permission to file code example
Example 1: debian give write permission
sudo chmod -R 757 /var/www
Example 2: how to revoke permissions from group and others
chmod go-rwx file
sudo chmod -R 757 /var/www
chmod go-rwx file