Hello, I think I've been messing up too much with file permissions. So much so that I now can't copy anything to/from the directory /var/www/. I can't even access any html content placed under that folder through a web browser.
I think everything started after I did this:
sudo chown www-data.www-data /var/www/ -R
sudo chmod o-rwx /var/www/ -R
The thing is, I couldn't find a way to really undo that.
Any clue will be appreciated!
I think everything started after I did this:
sudo chown www-data.www-data /var/www/ -R
sudo chmod o-rwx /var/www/ -R
The thing is, I couldn't find a way to really undo that.
Any clue will be appreciated!
Comment