Find the answer to your Linux question:
Results 1 to 5 of 5
Hi, I am one of the beginer for ubuntu and i have queary: As we aware that ubuntu root user is like win admin use( priviliges ) but loging into ...
  1. #1
    Just Joined!
    Join Date
    Sep 2010
    Posts
    12

    Unhappy ubuntu user - root

    Hi,

    I am one of the beginer for ubuntu and i have queary:

    As we aware that ubuntu root user is like win admin use( priviliges ) but loging into desktop ubuntu will not allow root user to login.
    Such a case if users forgot their user password how can admin(root) user can login at peak situations.

    Is there way to login thru root password????

    pls advise...


    Regards

    Sek

  2. #2
    Linux User Manko10's Avatar
    Join Date
    Sep 2010
    Posts
    250
    Ubuntu normally has disabled the root account for the graphical login. But have you set a password for root? If so you could press Ctrl+Alt+F2 to go to another virtual terminal. there you should be able to log in as root. If you can't and your file system is not encrypted you could boot a Linux live CD, mount your file system and change your user password in chroot environment.

  3. #3
    Linux Guru coopstah13's Avatar
    Join Date
    Nov 2007
    Location
    NH, USA
    Posts
    3,149
    Also if you can just open a regular terminal as a regular user and su to root or run sudo passwd command on the user to reset

  4. #4
    Linux Newbie zenwalker's Avatar
    Join Date
    Feb 2010
    Location
    Inland Pacific NW
    Posts
    175
    Clear as mud? I can relate -- open terminal and enter
    PHP Code:
    sudo passwd root 
    Enter sudo password, then new UNIX passwd 2X, until "password successfully changed" or the like appears.

    Now do as Manko10 said and get to a console by Ctrl-Alt-F2
    (BTW, get back to GUI by hitting Ctrl-Alt-F7)
    and enter at prompt
    PHP Code:
    su -
    then your new root passwd.

    If his still does not work, try doing the same thing as beforewhile still in the console, but if you used numbers in the passwd, type them using the numbers just above the standard keypad {not the ones on the right (with NumLok in upper left corner)}. If this still doesn't work in the console, console yourself that , at least, you can use the terminal to get to root as you originally stated you wished to do.

    Ubuntu is getting farther and farther away from its roots each year -- this is why I personally am sticking with a couple Debian-based (and one Slackware-based) distros. Peppermint seems a better choice to me, were I to choose and ubuntu-based distro. Everyone has opinions!

    Best wishes.

  5. #5
    Linux Newbie glene77is's Avatar
    Join Date
    Dec 2009
    Location
    Memphis, TN
    Posts
    114
    Sudo <command> will activate the logger, require your password, and one more thing I forget. Much safer than a blank check 'root' priviledge.
    glene77is

Posting Permissions

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