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.