-1

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

muru
  • 197,895
  • 55
  • 485
  • 740

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
  • 3,887
muclux
  • 5,154
0

It should be cd /home/YourName/Downloads/

fixit7
  • 3,127