Cd command

https://www.codecademy.com/journeys/full-stack-engineer/paths/fscj-22-web-development-foundations/tracks/fscj-22-deploying-websites/modules/wdcp-22-command-line-for-building-websites-882bca36-730b-44af-9f3f-fff9c60073e7/lessons/navigation/exercises/learn-the-command-line-cd-i

cd blog
bash: cd: blog: No such file or directory

I am confused I dont understand how to get to the blog directory. Please see the code above.

When you ask a question, don’t forget to include a link to the exercise or project you’re dealing with!

If you want to have the best chances of getting a useful answer quickly, make sure you follow our guidelines about how to ask a good question. That way you’ll be helping everyone – helping people to answer your question and helping others who are stuck to find the question and answer! :slight_smile:

Did you figure it out?
What happens when you do pwd ?

Hello this is what I get when I enter pwd
$ cd blog
bash: cd: blog: No such file or directory
$ pwd
/home/ccuser/workspace/blog
$

Your current directory is blog.

1 Like

I figured it out ty!

1 Like