Find the answer to your Linux question:
Results 1 to 6 of 6
how can I go to the root in ubuntu linux....
  1. #1
    Just Joined!
    Join Date
    Jul 2010
    Posts
    2

    cannot go to the root

    how can I go to the root in ubuntu linux.

  2. #2
    Linux Guru Irithori's Avatar
    Join Date
    May 2009
    Location
    Munich
    Posts
    2,102
    What do you mean?
    - root user
    - or root directory
    - or roots´ directory?
    You must always face the curtain with a bow.

  3. #3
    Linux Enthusiast Kloschüssel's Avatar
    Join Date
    Oct 2005
    Location
    Italy
    Posts
    718
    With a pickaxe and shovel one can dig tree roots.

    *
    Code:
    cd /
    *
    Code:
    sudo command
    *
    Code:
    sudo /bin/sh

  4. #4
    Super Moderator devils casper's Avatar
    Join Date
    Jun 2006
    Location
    Chandigarh, India
    Posts
    24,316
    root login is disabled in Ubuntu and you can gain root privileges using sudo.
    Check this sticky on sudo.
    It is amazing what you can accomplish if you do not care who gets the credit.
    New Users: Read This First

  5. #5
    Linux Guru Rubberman's Avatar
    Join Date
    Apr 2009
    Location
    I can be found either 40 miles west of Chicago, or in a galaxy far, far away.
    Posts
    8,977
    The terminal command "sudo su -" will give you a root shell. It may ask for your password (yours, not root's).
    Sometimes, real fast is almost as good as real time.
    Just remember, Semper Gumbi - always be flexible!

  6. #6
    Linux Engineer Segfault's Avatar
    Join Date
    Jun 2008
    Location
    Acadiana
    Posts
    855
    Anybody who cares to read sudo man page will find lots of interesting stuff.
    I'm using sudo -i myself.

Posting Permissions

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