Results 1 to 6 of 6

Thread: I don't know how to root Linux

  1. #1
    Join Date
    Mar 2013
    Beans
    2

    I don't know how to root Linux

    I haven't done any research on this yet, but I thought I'd ask. How do I get to be root user in Ubuntu? I want to install Java's latest JDK package manually into the system folder, but I can't unless I'm root (I tried and it says so on Oracle's site).

    Thx,

    Aaron

  2. #2
    Join Date
    Aug 2011
    Beans
    348
    Distro
    Xubuntu 14.04 Trusty Tahr

    Re: I don't know how to root Linux

    That's the purpose of sudo. For those things that require you to be root, preface your command with sudo. For example, sudo apt-get install xxxxxx. The system will then ask for your password. Note it is asking for YOUR password, not root's. That command will then be run as root. For safety reasons Ubuntu does NOT activate a root account. The odds are you will never need to BE root. Sudo will handle most everything.

  3. #3
    Join Date
    Aug 2012
    Beans
    Hidden!

    Re: I don't know how to root Linux

    For more info on sudo and the root account OP, please read

    https://help.ubuntu.com/community/RootSudo

  4. #4
    Join Date
    Nov 2012
    Location
    Halloween Town
    Beans
    Hidden!
    Distro
    Xubuntu Development Release

    Re: I don't know how to root Linux

    Quote Originally Posted by Chace4Dreams View Post
    I want to install Java's latest JDK package manually into the system folder, ...
    Thx,
    Aaron
    Installing and configuring Oracle Java 7

  5. #5
    Join Date
    Feb 2010
    Location
    Obscurial Springs
    Beans
    15,210
    Distro
    Ubuntu Budgie Development Release

    Re: I don't know how to root Linux

    I located a JDK 7 PPA which is easier than a manual installation and will update . Note that sudo is used in the commands.

    http://www.webupd8.org/2012/01/insta...buntu-via.html
    "Our intention creates our reality. "

    Ubuntu Documentation Search: Popular Pages
    Ubuntu: Security Basics
    Ubuntu: Flavors

  6. #6
    Join Date
    Jul 2008
    Location
    The Left Coast of the USA
    Beans
    Hidden!
    Distro
    Kubuntu

    Re: I don't know how to root Linux

    +1

    webupd8 FTW
    Please read The Forum Rules and The Forum Posting Guidelines

    A thing discovered and kept to oneself must be discovered time and again by others. A thing discovered and shared with others need be discovered only the once.
    This universe is crazy. I'm going back to my own.

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
  •