Find the answer to your Linux question:
Results 1 to 3 of 3
hey, im new to all this, but im hoping someone will help. i installed ubuntu 8.1 and when i get to the login screen i cant be logged in cause ...
  1. #1
    Just Joined!
    Join Date
    Feb 2009
    Location
    cambridge ontario
    Posts
    6

    Username and password

    hey, im new to all this, but im hoping someone will help. i installed ubuntu 8.1 and when i get to the login screen i cant be logged in cause of invalid name or password.. any help would be appreciated

  2. #2
    Linux Engineer b2bwild's Avatar
    Join Date
    Jul 2008
    Location
    Behind You!
    Posts
    1,108
    This is because of you dont know the username or password.

    1. You cant login as root on GUI.
    2. May be you have mistyped username while installation.
    3. or you have forgot the password, mistyping it or CAPS is on?

    press
    Ctrl+Alt+F1
    It will lead you to CLI tty1

    then Login as root.

    # tail /etc/passwd
    see the last entry. most probably your username.

    # passwd username
    to change the password.

    if you want to add new user, type
    # useradd username
    to new user
    Never make any misteaks.

    Read my Blog at --> Penguin Inside Subscribe Feed

  3. #3
    Just Joined!
    Join Date
    Jan 2009
    Location
    colachel
    Posts
    27
    Hi

    Reboot the system, In the boot menu select the ubuntu recovery mode. It will boot and stop in three options

    1)fix the x sever
    2)log into the root termina
    3)resume to boot

    There you select 2nd option. If you dont know the user name type
    #cd /home
    #ls

    There you can see the username. Then change the password using the command
    #passwd username

    Regards
    Sahab

Posting Permissions

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