I don't think you're quite ready for Backtrack yet. I suggest you try a more user friendly version of linux first, such as Ubuntu. But to answer your question a "\" is required before the space to tell the command that there is a space in the path, you could also wrap the path in quotes.
root@bt:~/HD#cd backtrack\ linux
or
root@bt:~/HD#cd "backtrack linux"


