Hi, I just downloaded "Ubuntu" to start using some Linux codes in windows. However, I haven't been able to change the directory. When I do the "cd <my folder>", it gives me: root@DESKTOP-1EOI4TU: bash: cd:<my folder>; No such file or directory Can someone help me, please?
Thanks, Farid
Appreciate your help and also the link. My first try was cd test but didn't work.
test
directory needs to be present for your try to work.mkdir test
would make the directory if it does not exist.