Published
- 1 min read
chmod +777 to all files in folder and subfolder
The solution for this is noted below
chmod +777 to all files in folder and subfolder
Solution
chmod -R 777 .
Try other methods by searching on the site. That is if this doesn’t work