Originariamente inviato da petitof
io ho digitato da console:
su -
in seguito ho digitato "password" perchè al mio root non ce l'ho messa!
va bene?
http://www.ubuntulinux.org/support/d...ation/faq/root
per settarla, come sta scritto qui sopra, devi digitare sudo passwd rootWhat's the root password after I install? How do I use the root account?
The root account is disabled when you first install Ubuntu. The first user created during the installation has administrative rights on the system, and can run programs as root with sudo, using only their normal user password. For example: sudo apt-get update.
All uses of sudo will require the user's password.
Note that the root account does not have a password at all after the initial install. You can set the root password by typing sudo passwd root.
If you need a shell with root privileges, run sudo -s.