Report this

What is the reason for this report?

How do you reset the file permissions for /var/www ?

Posted on March 10, 2014

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!

These answers are provided by our Community. If you find them useful, show some love by clicking the heart. If you run into issues leave a comment, or add your own answer to help others.

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.

I’ve found this page via google. NEVER SET 777 RIGHTS TO /var/www It’s unsafe and your site will be hacked. Follow this guide, for example, solution is in the end of page. Or look here

The developer cloud

Scale up as you grow — whether you're running one virtual machine or ten thousand.

Get started for free

Sign up and get $200 in credit for your first 60 days with DigitalOcean.*

*This promotional offer applies to new accounts only.