I'm starting to learn how to use the terminal with Ubuntu on WSL (Windows).
Just from the very beginning of the course it says that if you use the ls
command it should show you your "home" directories, but mine is something like this:
(base) paloma@DESKTOP-ISCC0ON:~$ ls
Anaconda3-2021.11-Linux-x86_64.sh anaconda3
(base) paloma@DESKTOP-ISCC0ON:~$
And if I try to change directory something like this happens:
(base) paloma@DESKTOP-ISCC0ON:~$ ls
Anaconda3-2021.11-Linux-x86_64.sh anaconda3
(base) paloma@DESKTOP-ISCC0ON:~$ cd Documents
-bash: cd: Documents: No such file or directory
(base) paloma@DESKTOP-ISCC0ON:~$
Can somebody tell me why is this happening and what can I do, please? I'm a complete newbie.