I need some basic understanding or help with Terminal that I don't get. I am the only user on my PB (and thus the OS X admin). In Terminal, I can cd to any existing folder that was there when I first started with the OS (ie-any pre-existing folder). I can't, however, cd to any new folder that I created. For example, I can cd to Documents, and when I ls I see all the subfolders listed that I have created. When I cd to one of those subfolder I get an error in Terminal as follows:
-bash: cd: Ipod: No such file or directory
For a full example, here is an entire short sequence from Terminal that shows what I mean:
Pete-Computer:~ Pete$ cd Documents
Pete-Computer:~/Documents Pete$ ls
Ipod Info Pete's Documents
Pete-Computer:~/Documents Pete$ cd Ipod Info
-bash: cd: Ipod: No such file or directory
Pete-Computer:~/Documents Pete$
Can anybody explain why, or tell me if this is normal and how I can access newly created directories in Terminal?
Thanks!
-bash: cd: Ipod: No such file or directory
For a full example, here is an entire short sequence from Terminal that shows what I mean:
Pete-Computer:~ Pete$ cd Documents
Pete-Computer:~/Documents Pete$ ls
Ipod Info Pete's Documents
Pete-Computer:~/Documents Pete$ cd Ipod Info
-bash: cd: Ipod: No such file or directory
Pete-Computer:~/Documents Pete$
Can anybody explain why, or tell me if this is normal and how I can access newly created directories in Terminal?
Thanks!