superuser
6 posts
hello im new and i also have a problem i dont know waht the standard password is for su
please help
- Posts: 2
- Joined: Tue Jan 01, 2013 12:58 pm
There isn't one. Set it with 'sudo passwd root'
- Moderator
- Posts: 627
- Joined: Fri Jul 29, 2011 5:36 pm
- Location: The unfashionable end of the western spiral arm of the Galaxy
Its "superuser" - the thread title is confusing 
Root has no password on Raspbian , therefore you have to use
sudo su.
It is recommeneded to drop su and use sudo instead.
ghans
Root has no password on Raspbian , therefore you have to use
sudo su.
It is recommeneded to drop su and use sudo instead.
ghans
• Don't like the board ? Missing features ? Change to the prosilver theme ! You can find it in your settings.
• Don't like to search the forum BEFORE posting 'cos it's useless ? Try googling : yoursearchtermshere site:raspberrypi.org
• Don't like to search the forum BEFORE posting 'cos it's useless ? Try googling : yoursearchtermshere site:raspberrypi.org
- Posts: 2664
- Joined: Mon Dec 12, 2011 8:30 pm
- Location: Germany
so waht do i have to type in the terminal to log in to su
Last edited by rasman on Tue Jan 01, 2013 1:34 pm, edited 2 times in total.
- Posts: 2
- Joined: Tue Jan 01, 2013 12:58 pm
If you are on the newest Raspbian and booting for the first time :
Username : pi
Password : raspberry
You won't see any stars or anything , just type blindly.
ghans
Username : pi
Password : raspberry
You won't see any stars or anything , just type blindly.
ghans
• Don't like the board ? Missing features ? Change to the prosilver theme ! You can find it in your settings.
• Don't like to search the forum BEFORE posting 'cos it's useless ? Try googling : yoursearchtermshere site:raspberrypi.org
• Don't like to search the forum BEFORE posting 'cos it's useless ? Try googling : yoursearchtermshere site:raspberrypi.org
- Posts: 2664
- Joined: Mon Dec 12, 2011 8:30 pm
- Location: Germany
- Code: Select all
sudo -i
will get you into a superuser shell.