> I think an alias would be more appropriate. Also, look into the pushd > and popd commands. They are infinitely more useful than cd. > > alias linux="cd /mnt/w2k/download/Linux" Alias is what your looking for I put mine in ~/.bashrc. If you want to make it system wide for all users you could put it in /etc/bashrc or edit /etc/skel/.bashrc David