<br><br><div class="gmail_quote">On Mon, Feb 16, 2009 at 6:20 PM, Keshav <span dir="ltr">&lt;<a href="mailto:msknext@gmail.com">msknext@gmail.com</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
hi there.. i installed ubuntu 8.10 desktop edition.. But the installation doesn&#39;t ask for a root password.. wen i try to become the super user, it asks for root password.. but i dont kno as i have not given it, neither it asked during installation.. Plz help me out..<br>

<br>thanks<br><font color="#888888">Keshav<br>
</font></blockquote><div><br>By default, Ubuntu does not have a root password, nor does it allow root logins (...well, not directly anyways)<br>So, you can do all your root-related operations using &quot;sudo &lt;command-name&gt;&quot; and when a password is asked, you<br>
enter your user password.<br><br>If you need root access anyways, you should do the following :<br>$ sudo su<br>Enter your user password. You will now be in root mode.<br># passwd<br>Enter a new root password you want to set.<br>
# exit<br>Now you can go to root, the normal way :<br>$ su -<br><br>Hope this helps.<br><br>Thanks,<br>Raseel.<br></div></div><br>