Hello,
I am installing a WordPress website and I already installed Ubuntu with Nginx, PHP, MySql and WordPress in the /var/www/html folder, but now I can’t seem to access the folder anymore. I know its there because WordPress loads just fine in Chrome, but when I enter ls -la in the SSH console I can’t see the var/www/… location. It must be some kind of permission issue but I cant figure it out. Can I get some help?
Here is a screenshot http://www.evernote.com/shard/s264/sh/1513f498-bf44-43fc-916e-8e2f1f5e44d7/04ea17559655993cacb11e8ec3462094
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!
Looking at your screenshot it appears that you had made it to the correct location but immediately changed back to your home directory. The command:
cd ~
will switch you back to your home directory. For the user root this is /root
You can change to your /var/www/html directory with the command:
cd /var/www/html
you should then be able to use the following to view your files
ls -lh
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.