Why do I not see my /bin, /var, (etc.) directories in my root partition?

I recently bought a VPS and when I log in as a root user, I dont see the /boot, /bin, /var, etc. directories. Why is this?

This is what I see when I use my ls -la command in the terminal. I am the root user and in the root directory:

Output from "ls -la"

2

1 Answer

It appears that you are in the directory /root and not /. Please type:

cd /
ls -al
2

Your Answer

Sign up or log in

Sign up using Google Sign up using Facebook Sign up using Email and Password

Post as a guest

By clicking “Post Your Answer”, you agree to our terms of service, privacy policy and cookie policy

You Might Also Like