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 /path/to/website example find code -type d -exec chmod 755 {} \; find code -type f -exec chmod 644 {} \; su...
blog.yoblogger.com1 min read
No responses yet.