LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Newbie (https://www.linuxquestions.org/questions/linux-newbie-8/)
-   -   Bash: cd/home/myname/pictures: no such file or directory (https://www.linuxquestions.org/questions/linux-newbie-8/bash-cd-home-myname-pictures-no-such-file-or-directory-4175536206/)

haroldapickering 03-09-2015 12:46 PM

Bash: cd/home/myname/pictures: no such file or directory
 
I know that this question has been asked a number of times in the past, but I still can't find an answer. I typed in the following command in my terminal: cd/Home/Harold/Pictures (and I know all of these exist because I can see them) and I get the following response: Bash: cd/Home/Harold/Pictures: no such file or directory. Any ideas?

dugan 03-09-2015 12:53 PM

Add a space been the "cd" and the "/Home/Harold/Pictures".

TyrantlyTamale 03-09-2015 12:53 PM

Quote:

Originally Posted by haroldapickering (Post 5329377)
I know that this question has been asked a number of times in the past, but I still can't find an answer. I typed in the following command in my terminal: cd/Home/Harold/Pictures (and I know all of these exist because I can see them) and I get the following response: Bash: cd/Home/Harold/Pictures: no such file or directory. Any ideas?

Are you trying to change directory to /Home/Harold/Pictures? If so, there would be a space between "cd" and "/Home" so the command would be:
cd /Home/Harold/Pictures


All times are GMT -5. The time now is 07:06 PM.