DISQUS

Dreamz: Changing root password in Ubuntu

  • Shuva · 1 year ago
    I guess that you should be able to reset the password even if you forget by booting into single user mode. (http://wiki.clug.org.za/wiki/How_do_I_reset_my_...)
  • Shuva · 1 year ago
    BTW, you have a very well designed personal site. Good score with the domain name too.
  • Veerasundar · 1 year ago
    @Shuva

    Thanks a lot four your comment on my website and for the Ubuntu link.
  • Kris Jones · 1 year ago
    The information on your blog is actually incorrect. Ubuntu disables the root account so there is not password. Admin taks should be performed through sudo or gksudo.

    If your user is in the admin group, sudo will be available to you and all you need to do is type in your logged in user password.

    The thoughts behind this are that root is a potential security threat. Most hackers would attempt to bruteforce the root account knowing that this is an account that will almost always exist on unix/linux systems. By disabling root a hacker would also need you username.

    There are other security considerations which can be found through goolging
  • Veerasundar · 1 year ago
    @Kris

    Thanks for enlighting.

    This Wiki page has a text which explain how to change the root password in Ubuntu (the last section!).. I am still confused as I am new to Linux world! :)

    Anyhow, there are lot more to learn. Thanks for your comment.