Change user password on Raspberry Pi

 1. Change the pi user password and enter the following command in the terminal

sudo passwd pi  //更改pi用户密码

2. Change the root password and enter it in the terminal

sudo passwd root  //更改root密码

Guess you like

Origin blog.csdn.net/my_angle2016/article/details/131816898