change permissions of folder and subfolders linux code example
Example 1: find change permissions to subdirectories
sudo find /var/www/html -type d -exec chmod 755 {} \;
Example 2: give full permission to folder and subfolders in linux
linux folder