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

Asked
Active
Viewed 49 times
1 Answers
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