Results 1 to 3 of 3

Thread: Rerandomizing the Root Password (READ POST BEFORE REPORTING PLEASE)

  1. #1
    Join Date
    Dec 2008
    Beans
    25
    Distro
    Ubuntu 8.04 Hardy Heron

    Rerandomizing the Root Password (READ POST BEFORE REPORTING PLEASE)

    Hello Everyone,

    I installed ubuntu last week, and due to my inexperience immediately created a password for root that I knew. I was wonder is there any way to rerandomize the password now that I know about sudo and its various applications?

  2. #2
    Join Date
    Apr 2008
    Location
    /home/ibutho
    Beans
    1,365

    Re: Rerandomizing the Root Password (READ POST BEFORE REPORTING PLEASE)

    You can lock the account again by doing,
    Code:
    sudo passwd -l root
    Last edited by ibutho; December 12th, 2008 at 11:12 AM. Reason: fix typo. command should be passwd not password

  3. #3
    Join Date
    Apr 2006
    Location
    Montana
    Beans
    Hidden!
    Distro
    Kubuntu Development Release

    Re: Rerandomizing the Root Password (READ POST BEFORE REPORTING PLEASE)

    Actually , there is a small bug.

    You should use:

    Code:
    sudo usermod --lock root
    https://bugs.launchpad.net/ubuntu/+s...ow/+bug/238755
    There are two mistakes one can make along the road to truth...not going all the way, and not starting.
    --Prince Gautama Siddharta

    #ubuntuforums web interface

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •