Sometimes you have to escape spaces and special characters on the command line. Try to use tab auto complete as often as possible and it will show you. For example, moving into a folder called ACE HARDWARE might need cd ACE\ HARDWARE or easier, cd “ACE HARDWARE”, you could do cd ACE then hit tab to see what you could type.