Results 1 to 6 of 6
how can I go to the root in ubuntu linux....
- 08-17-2010 #1Just Joined!
- Join Date
- Jul 2010
- Posts
- 2
cannot go to the root
how can I go to the root in ubuntu linux.
- 08-17-2010 #2
What do you mean?
- root user
- or root directory
- or roots´ directory?You must always face the curtain with a bow.
- 08-17-2010 #3
With a pickaxe and shovel one can dig tree roots.

**Code:cd /
*Code:sudo command
Code:sudo /bin/sh
- 08-17-2010 #4
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
- 08-17-2010 #5Linux Guru
- 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!
- 08-17-2010 #6
Anybody who cares to read sudo man page will find lots of interesting stuff.
I'm using sudo -i myself.


Reply With Quote