Results 1 to 4 of 4

Thread: forgot my user name and password

  1. #1
    Join Date
    May 2008
    Beans
    47

    forgot my user name and password

    i haven't use ubuntu in a while and i forgot my username and password is they're a way i can still log on..thanks guys

  2. #2
    Join Date
    Mar 2008
    Location
    City of Pines
    Beans
    3,585

    Re: forgot my user name and password

    Boot Ubuntu using recovery mode.

    The command below will display your user name:

    Code:
    ls -la /home
    Assuming that it displays Ibex.

    Code:
    passwd Ibex
    Then, reboot and log in as Ibex and use the password you typed earlier.
    Steady movement is more important than speed, much of the time. So long as there is a regular progression of Stimuli to get your mental hooks into, there is room for lateral movement. Once this begins, its rate is a matter of discretion.

  3. #3
    Join Date
    May 2007
    Beans
    Hidden!
    Distro
    Ubuntu

    Re: forgot my user name and password

    If you have to reste the password, you can reboot into the recovery mode kernel, choose the command line interface, and run
    Code:
    passwd <username>
    Then you can enter a new password for that user.

  4. #4
    Join Date
    May 2005
    Location
    US
    Beans
    Hidden!
    Distro
    Ubuntu

    Re: forgot my user name and password

    If you have no idea what this recovery mode business is, check out this link:
    http://www.psychocats.net/ubuntu/resetpassword

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
  •