I stuffed up the file permissions for /var/www and now the web server and SFTP can’t see them. How do I reset the permissions with chown and chmod?
This textbox defaults to using Markdown to format your answer.
You can type !ref in this text area to quickly search our full set of tutorials, documentation & marketplace offerings and insert the link!
As root, or someone with root privileges. Go to var then enter ‘chown -R user:user www’. If you want root to be able to access www enter ‘chown -R root:root www’. This will make sure that root has access to the files. <br> <br>Enter ‘chmod -R 777 /var/www’ to change the permissions of the files. <br>
Thanks Alex. Root already had access to the files. Changing the permissions to 777 did the trick.
Get paid to write technical tutorials and select a tech-focused charity to receive a matching donation.
Full documentation for every DigitalOcean product.
The Wave has everything you need to know about building a business, from raising funding to marketing your product.
Stay up to date by signing up for DigitalOcean’s Infrastructure as a Newsletter.
New accounts only. By submitting your email you agree to our Privacy Policy
Scale up as you grow — whether you're running one virtual machine or ten thousand.
Sign up and get $200 in credit for your first 60 days with DigitalOcean.*
*This promotional offer applies to new accounts only.