Possible Duplicate:
How to know my root password?
How to access root in Natty? usually, i use this methode for login as root sudo password root
but in Natty this methode not work. there a solution?
Possible Duplicate:
How to know my root password?
How to access root in Natty? usually, i use this methode for login as root sudo password root
but in Natty this methode not work. there a solution?
If you want that you can install "nautilus-gksu" which will give you root access on the right click menu.
If you want to be root in a terminal it is sudo su
.
sudo -s
. See the community documentation for more details.
– Eliah Kagan
Oct 02 '12 at 18:49