I am trying to untar a file and to do so, I have to go to the directory in terminal.
So as in the screenshot above, My downloads are stored in Downloads/Chrome Downloads. But when I type the command,
cd Downloads/Chrome Downloads
cd home/Downloads/Chrome Downloads
cd home/Downloads/Chrome-Downloads
cd home/Downloads/Chrome_Downloads
cd Downloads > cd Chrome Downloads
It says NO such file or directory
Please tell me the correct command to change directory of a folder with two words as the file name (Chrome Downloads).
