Answers for "default password raspberry pi"

0

change password raspberry pi

sudo raspi-config

Select option 2, and follow the instructions to change the password.

In fact, all raspi-config does is start up the command line passwd application, which you can do from the command line. Simply type in your new password and confirm it.

passwd
Posted by: Guest on September-09-2021

Browse Popular Code Answers by Language