Suddenly, the only folder that I can see in /root
is snap
.
Notwithstanding, the blog that I have installed on the website keeps working.
Output of ls -al /
:
You are in the home directory of user root, which is /root
. Use pwd
to check your current directory.
ls -al /
– FedKad Feb 02 '21 at 06:50cd ~
leads me to root directory? Anyway, this is what the command returns https://imgur.com/a/SAPpR3M – 2-D Feb 02 '21 at 06:55/
and/root
are different./root
is the home ofroot
user while/
is root directory. The directories in/root
in the screenshot provided seems fine to me sinceroot
user is not the default user making it's$HOME
being less frequently used (unless you work after gainingroot
privileges). Please [edit] your question and let us know what you expect and what's happening. Moreover, please try to directly copy and paste terminal output into your question. Pictures are slower to load and it's impossible to copy/search from them. – Kulfy Feb 02 '21 at 08:11