I installed the Raspi image that this website provided onto my Raspberry Pi. When I try to access cd /root I am getting ‘permission denied’ warning, and when I run the su - command it asks for a password, which i have no idea what it is… does anyone know what this password is set to?
Thanks for the replies. I was able to type* sudo bash* to get elevated access. But in the end I just did what edgy suggested, and simply used sudo passwd to set one and now it works a treat, I can navigate to* cd /root *without the permission error.
Setting a non-default password for the pi user is definitely a good idea! That user is root-equivalent since it has passwordless sudo access; the distinction is just there so that you have to deliberately sudo to do anything that could be potentially destructive.