Announcement

Collapse
No announcement yet.

Root Password??

Collapse
This topic is closed.
X
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

    Root Password??

    I just installed the latest version of Kubuntu from the web site, and I installed it through my Windows installation so it used my existing Windows partition. When it was finished, I was able to log in using the user name and password it asked me for, but when I need to have administrative access, I cannot get in! I've tried my password, blank (which I read somewhere on kubuntu.com that was the default), password, and all simple default passwords that are usually set up but I cannot login as root. What can I do to get admin access? I am sort of a Linux newbie, but not a newbie with computers.

    Thank you,

    David

    #2
    Re: Root Password??

    Maybe this helps: FAQ: Root Password
    - What is Root
    - Ubuntu Official Policy > RootSudo
    Background Information
    In Linux (and Unix in general), there is a superuser named root. The Windows equivalent of root is Administrator. The superuser can do anything and everything, and thus doing daily work as the superuser can be dangerous. You could type a command incorrectly and destroy the system. Ideally, you run as a user that has only the privileges needed for the task at hand. In some cases, this is necessarily root, but most of the time it is a regular user.
    By default, the root account password is locked in Ubuntu. This means that you cannot login as root directly or use the su command to become the root user. However, since the root account physically exists it is still possible to run programs with root-level privileges. This is where sudo comes in - it allows authorized users (normally "Administrative" users; for further information please refer to AddUsersHowto) to run certain programs as root without having to know the root password.
    This means that in the terminal you should use sudo for commands that require root privileges; simply prepend sudo to all the commands you would normally run as root. For more extensive usage examples, please see below. Similarly, when you run GUI programs that require root privileges (e.g. the network configuration applet), use graphical sudo and you will also be prompted for a password (more below). Just remember, when sudo asks for a password, it needs YOUR USER password, and not the root account password.
    - sudo, kdesu, kdesudo, gksu, gksudo
    - Passwordless sudo for the script
    - Using sudo to become root
    - Enabling root password
    - Root Revival
    - Enabling Graphical Root login


    Before you edit, BACKUP !

    Why there are dead links ?
    1. Thread: Please explain how to access old kubuntu forum posts
    2. Thread: Lost Information

    Comment

    Working...
    X