changing directory cd problem

I cant get to the download folder

linux-96fa:/home # cd benchabane
linux-96fa:/home/benchabane # ls
.amsn Download .kde .skel
amsn-0.94-0.gbv.1.noarch.rpm .emacs .kde4 Templates
amsn_received .esd_auth .local .thumbnails
.bash_history .fontconfig .marble Videos
.bashrc .fonts .mozilla .vimrc
bin .gconf Music .Xauthority
.cache .gconfd Pictures .xim.template
.config .gnome2 .profile .xine
.dbus .gvfs Public .xinitrc.template
Desktop .hplip public_html .xsession-errors
.dmrc .icedteaplugin .pulse .y2log
Documents .inputrc .pulse-cookie .y2usersettings
linux-96fa:/home/benchabane # cd bin
linux-96fa:/home/benchabane/bin # cd -
/home/benchabane
linux-96fa:/home/benchabane # cd download
bash: cd: download: No such file or directory
linux-96fa:/home/benchabane # cd /download
bash: cd: /download: No such file or directory
linux-96fa:/home/benchabane #

:’(thx

Hello ilvista,

Linux is case-sensitive.
So you need to type this command:

cd Download

or:

cd ./Download

Good luck!:wink:

wow thx a lot ,that was fast

Please ilvista, do not post the same question in more then one place! It creates a mess out of the questions and answers and people are forced to do things twice.

got it it was a mistak

got it it was a mistak

Allright, no hard feelings. Please feel welcome here.

I know my friend
thx a lot