Find the answer to your Linux question:
Results 1 to 9 of 9
I've installed...ubuntu 8.10 myself...but i can't access my root.....pls do someone help me out of this...
  1. #1
    Just Joined!
    Join Date
    Jan 2009
    Posts
    28

    root user

    I've installed...ubuntu 8.10 myself...but i can't access my root.....pls do someone help me out of this

  2. #2
    Super Moderator devils casper's Avatar
    Join Date
    Jun 2006
    Location
    Chandigarh, India
    Posts
    24,316
    root login is disabled in Ubuntu. Use sudo to gain root privileges in Terminal and gksu for GUI applications.
    It is amazing what you can accomplish if you do not care who gets the credit.
    New Users: Read This First

  3. #3
    Just Joined!
    Join Date
    Jan 2009
    Posts
    28

    root user

    to install koha software wen i try editing the http.cofig file of apache it doesn't work out....n mentions that it can be done only by the root user....how can i find my root user...I only installed ubuntu on my system.....

  4. #4
    Just Joined!
    Join Date
    Sep 2008
    Posts
    68
    Hello senba, good evening.

    When edit a file you should be a root. To do that use the Terminal and type the following:

    Code:
    sudo gedit filename.extension
    or

    Code:
    sudo gedit /foldername/filename.extension
    Take care and God bless.

  5. #5
    Linux Newbie
    Join Date
    Aug 2006
    Location
    england
    Posts
    138
    sudo is the command that tells ubutnu to execute as root,hence 'sudo apt-get install'which makes apt-get run as root.

  6. #6
    Trusted Penguin elija's Avatar
    Join Date
    Jul 2004
    Location
    Either at home or at work or down the pub
    Posts
    2,302
    The first user created during installation has full admin privileges granted by using sudo as mentioned above. The password it asks for is your password.

    Any additional users will need to be added the the sudoers file
    If we hit that bullseye, the rest of the dominoes will fall like a house of cards. Checkmate! (Zapp Brannigan)


    My new blog. It's probably not as good as I think it is.

  7. #7
    Just Joined!
    Join Date
    Feb 2008
    Posts
    8
    sudo passwd root
    ->type your password
    ---> type your new root password

    that's it

  8. #8
    Just Joined!
    Join Date
    Jan 2009
    Posts
    47
    ok. this guy just answered like i did in your "double post" message. Please don't double post.

  9. #9
    Linux Guru
    Join Date
    Nov 2004
    Posts
    6,110
    Please post to duplicate thread. Locked.

    http://www.linuxforums.org/forum/ubu...root-user.html

Posting Permissions

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