-2

I am trying to flash 4.4.3 to my Nexus 5.

When I enter this

cd desktop/android

I get this:

bash: cd: desktop/android: No such file or directory

I am looking right at the folder on my desktop named android. I tried the same command with other folders and I get the same error. Can anyone tell me why or what I am doing wrong?

Also, here is the guide I am following.

Eliah Kagan
  • 117,780
user288254
  • 11
  • 1
  • 3

1 Answers1

5

The correct command would be,

cd Desktop/android

OR

cd ~/Desktop/android

Please note that linux commands are case sensitive.

Avinash Raj
  • 78,556