I've been trying to access a directory but it seems as if I'm not allowed to do an indirect cd command. I'm trying to access
> C:\Program Files
But it seems like using cd \Program Files doesn't work, I also tried cd \Program_Files but to no avail, what is the correct syntax?
cd "C:\\Program Files". The backward slash is an escape character in Unix so you have to escape to mean a literal backward slashC:\Program\ Files