terminal help!

capacity

Registered
alright, i don't know why (maybe i unknowingly put in a command that screwed me), but when i try to change directories in the terminal is tells me that my permission is denied! (eg i'll type /users/me/blah... and it will say "ok blah?" and i'll hit "y" and it will say permission denied). can someone tell me what's going on here and how to fix it?
thanks.
-matt
 
where is the 'cd' command?

if your really typing what you say your typing, your not entering any
command, just the directory name. The shell is trying to interpret
the directory name as a command and when you press return, it fails.

The correct way is:

cd /users/me/blah
 
Back
Top