sudo chown -R whome html
sudo find -type d -exec chmod 755 {} \;
sudo find -type f -exec chmod 644 {} \;
sudo service nginx reload
exit




chmod a+rwx /media/mint/826b7d87-8477-48fd-9501-060b23bd85db



This removes everything in a folder
BE CAREFUL!
sudo rm -rf /media/mint/826b7d87-8477-48fd-9501-060b23bd85db

