ubuntu file permissions 777 code example
Example 1: ubuntu change permissions 777
sudo chmod -R 777 /var/www
Example 2: find all files with 777 permissions
find / -type f -perm 0777
sudo chmod -R 777 /var/www
find / -type f -perm 0777