Homepage › Forums › RetroPie Project › New to RetroPie? Start Here! › Noob Question on RetroArch › Reply To: Noob Question on RetroArch
04/18/2015 at 06:32
#95327
Participant
I haven’t played around with v3 beta but you could try running something like the following to find a file if something moved.
sudo updatedb
locate filename
Also ls by default lists the current directory which starts out as your home directory /home/pi but you can do:
ls /
or
ls /opt
etc to list other directories. / is the root of the filesystem similar to C:/ on windows.