How to Change directories in Retropie Rasbian
-
I am trying to get a hold of using the terminal and for some reason i am unable to change directories to "RetroPie/roms/".
The command line looks like the following:pi@retropie:~$ cd/RetroPie/roms
-bash: cd/RetroPie/roms: No such file or directoryI am so confused please help.
Please and thank you -
@thirdeyedynamo said in How to Change directories in Retropie Rasbian:
pi@retropie:~$ cd/RetroPie/roms
You are missing a space and you are already in the directory :
/home/pi
So we go from there, try :
pi@retropie:~$ cd RetroPie/romsThe long version would be :
pi@retropie:~$ cd /home/pi/RetroPie/romsYou can also do :
pi@retropie:~$ cd ~/RetroPie/roms
(~/ is the home path /home/pi if the user is pi)You can use the tab key you know to fill it up, something like this :
cd Ret<tab>/ro<tab>There are a lot of linux bash tutorials on the internet.
My advice is to read these.
Contributions to the project are always appreciated, so if you would like to support us with a donation you can do so here.
Hosting provided by Mythic-Beasts. See the Hosting Information page for more information.