new to Ubuntu - root

Ask a Question related to Ubuntu, Design and Development.

  1. #1

    Default new to Ubuntu - root

    Can anyone tell me how to log in as "root"? I've tried -passwd root and
    su - but doesn't seem to work.

    Thank You,
    JT Cook
    John Cook Guest

  2. Similar Questions and Discussions

    1. Ubuntu 5 to 6
      Can Ubuntu Version 5 be upgraded to 6 form within 5? Thank You, JT Cook
    2. ExpandPath evaluates to ColdFusion root instead ofvirtual web server root
      Hi, I am running ColdFusion MX7 on a Windows 2000 Server with IIS 5. The server is running multiple web sites using virtual hosting (host...
    3. ubuntu
      i got an image file from a magazine's disc and yet i am having trouble turning this into a bootable disc. the start up screen come up alright but...
    4. Web content root ?= CF application root?
      Are there any benefits to using a web content root that differs from the CF application root of (on Windows)...
    5. Document root not website root
      Could someone please help me with this. I want to use PHP in my website; but run into a snag, the recommended method of calling an include is:...
  3. #2

    Default Re: new to Ubuntu - root

    On Fri, 10 Mar 2006 19:28:27 -0800, John Cook wrote:
    > Can anyone tell me how to log in as "root"? I've tried -passwd root
    > and su - but doesn't seem to work.
    >
    > Thank You,
    > JT Cook
    [url]http://www.ubuntu.com/support/faq?highlight=%28root%29[/url]

    here's the snip:

    What's the root password after I install? How do I use the root account?

    The root account is disabled when you first install Ubuntu. The first user
    created during the installation has administrative rights on the system,
    and can run programs as root with sudo, using only their normal user
    password. For example: sudo apt-get update. If you wish to use the root
    account in more traditional UNIX fashion, you can set the root password by
    typing sudo passwd root. This will allow you to use su or login as root on
    the console. If you need a shell with root privileges, run sudo -s . All
    uses of sudo will require the user's password. Some additional comments
    about sudo can be found in the wiki here.

    John C Pearson Guest

  4. #3

    Default Re: new to Ubuntu - root

    * John Cook wrote in alt.os.linux.ubuntu:
    > Can anyone tell me how to log in as "root"? I've tried -passwd root and
    > su - but doesn't seem to work.
    > Thank You,
    > JT Cook
    The primary user is set up as an sudoer by default. Try:

    sudo <command>
    Password: <current user password>

    root is really not necessary but if you decide you must:

    [url]http://www.ubuntuforums.org/archive/index.php/t-31053.html[/url]

    --
    David
    Any man who hates dogs and babies can't be all bad.
    -- Leo Rosten, on W.C. Fields
    SINNER Guest

Posting Permissions

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

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139