First need to change directory
cd /opt/lampp/htdocs/your_directory
and after that type this:
find . -type f -exec chmod 655 -- {} +
First need to change directory
cd /opt/lampp/htdocs/your_directory
and after that type this:
find . -type f -exec chmod 655 -- {} +