-1

enter image description here If I want to open downloads in terminal like cd downloads, it says no such file or directory.

muru
  • 207,228

2 Answers2

1

Unlike Windows, Ubuntu is case sensitive. So it should be cd Downloads. If you start a terminal with Ctr+Alt+T or via the Dashboard your starting point is your home directory /home/<your_userID>. ls gives you the files and directories located here.

slava
  • 4,085
muclux
  • 5,324
0

It should be cd /home/YourName/Downloads/

fixit7
  • 3,399