In the ubuntu terminal I am trying to change from the current directory to a new directory that i just previously made. When I go cd /(name of the directory/ it tells me that no such file or discovery exists when it clearly does. (I have went inside the file and when I type mkdir command it says that it cannot make the file again because it already exists.My goal is to change to the new directory in the terminal and then hit pwd to make sure that i am in there. I then want to enter a command to open up microsoft visual code (which I have done), create some notes and save them, to link the directory to a microsoft visual code, then check the contents of the new directory to make sure that the microsoft visual code notes are in there. However, this is not working. I am using ubuntu wsl (I have microsoft 10 and I just recently downloaded ubuntu). So please help.
- how do I change the directory in the terminal to make sure that I am in the directory that I want to be in ( cd /(name of terminal)/ ) is not working
- how do I make sure that once i create the microsoft visual notes that I can check that it is inside the new directory's contents?
Thank you
cd Downloads/foo
orcd /home/susan/Downloads/foo
– user535733 Feb 28 '21 at 18:21