#permissions
Read more stories on Hashnode
Articles with this tag
find /path/to/website -type d -exec chmod 755 {} \; find /path/to/website -type f -exec chmod 644 {} \; sudo chown -R www-data:www-data...