0

Every time I try to go to this directory it says it does not exist, but it does exist!

~$ sudo cd /Downloads
sudo: cd: command not found
~$ cd /downloads
bash: cd: /downloads: No such file or directory
Zanna
  • 70,465
porc-h
  • 9

1 Answers1

1

The right command should be:

cd Downloads

Note that the first letter is capitalized. This also applies to other directory names in $HOME.

Desktop
Documents
Downloads
Dropbox
Music    
Pictures
PlayOnLinux's virtual drives
Public
Templates
Videos
wjandrea
  • 14,236
  • 4
  • 48
  • 98
Liso
  • 15,377
  • 3
  • 51
  • 80