Directories will list, but are not recognize by cd

Posted by mdimond on Super User See other posts from Super User or by mdimond
Published on 2014-06-13T15:21:11Z Indexed on 2014/06/13 15:28 UTC
Read the original article Hit count: 145

Filed under:
|
|
|

New to terminal and having problems out of the gate. Using Terminal 2.1.2 on a Mac running 10.6.8. Using the "ls Documents" will list the contents, but when I try to change directories, which I tried several different ways, I get the following results:

new-host-2:~ MDimond$ cd. -bash: cd.: command not found

new-host-2:~ MDimond$ cd./Users/MDimond/Documents -bash: cd./Users/MDimond/Documents: No such file or directory

new-host-2:~ MDimond$ cd. /Documents -bash: cd.: command not found

The /usr/bin has the cd command listed; the /bin does not. Any assistance would be greatly appreciated. Thanks, md

© Super User or respective owner

Related posts about osx

Related posts about command-line