RetroPie forum home
    • Recent
    • Tags
    • Popular
    • Home
    • Docs
    • Register
    • Login
    Please do not post a support request without first reading and following the advice in https://retropie.org.uk/forum/topic/3/read-this-first

    How to Change directories in Retropie Rasbian

    Scheduled Pinned Locked Moved Help and Support
    directoryterminal
    2 Posts 2 Posters 342 Views
    Loading More Posts
    • Oldest to Newest
    • Newest to Oldest
    • Most Votes
    Reply
    • Reply as topic
    Log in to reply
    This topic has been deleted. Only users with topic management privileges can see it.
    • T
      thirdeyedynamo
      last edited by

      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 directory

      I am so confused please help.
      Please and thank you

      F 1 Reply Last reply Reply Quote 0
      • F
        Folly @thirdeyedynamo
        last edited by Folly

        @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/roms

        The long version would be :
        pi@retropie:~$ cd /home/pi/RetroPie/roms

        You 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.

        1 Reply Last reply Reply Quote 0
        • First post
          Last post

        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.