Find the answer to your Linux question:
Results 1 to 4 of 4
hi guys, ubuntu 10.10 i dont know what i did but i work on root user a little bit then i guess i messed up something and i doesnt ask ...
  1. #1
    Just Joined!
    Join Date
    Jan 2011
    Posts
    32

    password

    hi guys,
    ubuntu 10.10
    i dont know what i did but i work on root user a little bit then i guess i messed up something and i doesnt ask password anymore when i restart the computer.i mean it doesnt ask log in password.
    how i can fix this problem?

    and for example i logged in as x user and i opened a terminal how i can log in as root user on terminal?

    thanks.

  2. #2
    Linux Engineer nujinini's Avatar
    Join Date
    Apr 2009
    Posts
    1,230
    Quote Originally Posted by johnhagen View Post
    hi guys,
    ubuntu 10.10
    i dont know what i did but i work on root user a little bit then i guess i messed up something and i doesnt ask password anymore when i restart the computer.i mean it doesnt ask log in password.
    how i can fix this problem?

    and for example i logged in as x user and i opened a terminal how i can log in as root user on terminal?

    thanks.
    AFAIK, ubuntu uses sudo. which allows you to work as user root but not as systems root.

    So to be able to execute a command as user root you have to do something like this:

    Code:
    $ sudo yourcommand
    Password:
    Or

    Code:
    $ sudo su
    Password;
    #
    nujinini
    Linux User #489667

  3. #3
    Linux Guru Jonathan183's Avatar
    Join Date
    Oct 2007
    Posts
    2,941
    Try unchecking the autologin box given in these instructions ...

  4. #4
    Just Joined!
    Join Date
    Jan 2011
    Posts
    32
    thanks guys .

Posting Permissions

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