I know of pi and raspberry for the normal login details but some of the programs need a password for administrator privileges;
What is the Admin password?
Geffers
No, sudo password doesn't work when trying to open program from the applications menu.StephenSwat wrote:If you are using sudo, you should be able to use the password of the account you are logged in with.
Thanks, I'll try that next time I use the Pi.StephenSwat wrote:You could always open a terminal and sudo passwd root to set a new root password.
Code: Select all
su
Password: root
exit
Thanks, I'll try that next time I fire it up.mikerr wrote:The answer to the question is the root password is usually "root".
Code: Select all
su Password: root exit