1

Suddenly, the only folder that I can see in /root is snap. Notwithstanding, the blog that I have installed on the website keeps working.

ls output

Output of ls -al /:

ls -al / output

Kulfy
  • 18,154
2-D
  • 11

1 Answers1

1

You are in the home directory of user root, which is /root. Use pwd to check your current directory.

vanadium
  • 97,564