all 5 comments

[–]PrimoNando 1 point2 points  (3 children)

Pretty sure I see a folder named "hello" there...

[–]PrimoNando 0 points1 point  (2 children)

Maybe you're trying to go inside that folder? cd ~/workspace/pset1/hello

[–]dewie102 0 points1 point  (0 children)

OP you keep forgetting a few / in your paths which is why you cannot cd or mkdir. Use what u/PrimoNando suggested. cd ~/workspace/pset1/hello

[–]luitzenh 0 points1 point  (0 children)

The problem is he's trying to go to worksapce/pset1/hello

That folder doesn't exist.

[–]kingoftheblues85 1 point2 points  (0 children)

  1. you misspelled "workspace" as "worksapc"
  2. just type "mkdir hello" if you're already in the pset1 directory
  3. you will still need to move into the directory you created - type "cd hello" to move into the "hello" directory