bigtomtvc
Posts: 1
Joined: Thu Oct 02, 2014 12:23 am

Password Help

Thu Oct 02, 2014 12:34 am

Hey Guys got my PI today and having a little issue

i have changed the pass work with the passwd command but when i go to run (SU) Root and put in password it tells me its not authenticated

little help please

many thanks

big tom

elatllat
Posts: 1337
Joined: Sat Dec 17, 2011 5:05 pm

Re: Password Help

Thu Oct 02, 2014 1:19 am

be root:

Code: Select all

sudo -i
change the password you use to get into root:

Code: Select all

passwd nonrootuser
change the root password (you will likely never need this)

Code: Select all

passwd root
let your user into root without a password:

Code: Select all

visudo
"nonrootuser ALL=NOPASSWD: ALL"
SBC with 32GB RAM: https://hardkernel.com

FAQ : https://raspberrypi.stackexchange.com

Unanswered: https://www.raspberrypi.org/forums/search.php?search_id=unanswered

Return to “Beginners”