-1

New install of Ubuntu 24.04. Why can't I change directories? screen capture

terdon
  • 104,119
jsl
  • 1
  • 1

1 Answers1

1

You're spelling the filenames wrong. You want:

cd ~/Documents
cd $HOME/Downloads

etc.

Unix/Linux is "case sensitive". That is, d is not the same as D.

waltinator
  • 37,856