LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Ubuntu (https://www.linuxquestions.org/questions/ubuntu-63/)
-   -   logging in as root (https://www.linuxquestions.org/questions/ubuntu-63/logging-in-as-root-382525/)

M O L8ingN2dust 11-12-2005 04:37 PM

logging in as root
 
How do you log in as root in Ubuntu? It never asked me to set the root password, and the password I did choose does not work to login as root. Does it set some kind of default password?

Matir 11-12-2005 04:52 PM

Most modern distributions prevent direct logins as root. Instead, you should use the sudo utility to perform commands as root.

M O L8ingN2dust 11-12-2005 04:58 PM

Quote:

Originally posted by Matir
Most modern distributions prevent direct logins as root. Instead, you should use the sudo utility to perform commands as root.
This is the first distro yet that I have used that disallows that. If that is the case, that is pretty annoying! There are many things logging in as root is useful for. For instance, I have a home partition, and a root partition. If I want to resize my home partition I need to unmount it. I can't unmount it unless I log in as root, otherwise it will be "busy". Using sudo wont help me there.

Also, annoyingly enough, this distro seems to have only created 1 partition and a swap partition. That being the case, partitioning is effectively impossible.

aysiu 11-12-2005 09:39 PM

Quote:

Originally posted by M O L8ingN2dust
This is the first distro yet that I have used that disallows that.
Yeah, Ubuntu's unique that way--contrary to the post you were responding to. I haven't found a single other "modern" distro that prevents you from logging in as root.
Quote:

If that is the case, that is pretty annoying! There are many things logging in as root is useful for. For instance, I have a home partition, and a root partition. If I want to resize my home partition I need to unmount it. I can't unmount it unless I log in as root, otherwise it will be "busy". Using sudo wont help me there.
Actually, it will. You just type
Code:

sudo umount /home
Quote:

Also, annoyingly enough, this distro seems to have only created 1 partition and a swap partition. That being the case, partitioning is effectively impossible.
Did you have Ubuntu choose to automatically partition the entire hard disk? Yeah, I've heard it's bad about allocating space. That's why I always choose to manually edit the partition table.

As for sudo... at first I was annoyed with it when I started using Ubuntu, but it's really grown on me. You may want to read this explanation for why Ubuntu uses sudo--there are security and other considerations. I've also learned of some good workarounds that, once you get used to them, actually are more convenient than logging out, logging back in as root, logging out again, and logging back in as user.

For example, if you create a launcher with the command
Code:

gksudo nautilus
you can browse around as root within your user account temporarily. Once you close the browser window, you're back to being a regular user fully. Give it a shot. If you don't like it after a while, you can also enable root (see link above for more info on that).

duffmckagan 11-13-2005 07:48 AM

If you still like to have the root password set on your computer, you can use the passwd utility.

Type passwd root at the terminal, and set the root password.

But still, on a default basis, whenever starting any applications that require root previleges, Ubuntu / Kubuntu will always ask you for your password.

M O L8ingN2dust 11-13-2005 12:28 PM

What is Kubuntu? Is it Ubuntu with KDE interface rather then gnome? If so, I am on it!

aysiu 11-13-2005 03:45 PM

Quote:

Originally posted by M O L8ingN2dust
What is Kubuntu? Is it Ubuntu with KDE interface rather then gnome?
Yes.

number9 11-23-2005 07:51 PM

Code:

sudo passwd

christopher5 11-27-2005 02:04 PM

Go to System Admin -> Users and Groups; select Show All Users; select Root and click edit; type in password and verify

Go to Login Screen Setup; Under Secutiry tab, check Allow Root Login in GDM

and you're set

pixellany 11-28-2005 03:55 PM

Amen to everyone who says the Ubuntu "no root" thing is annoying.

Anyone who gives birth to a computer---ie the mother who sets up the SW--had better know how to be a responsible Admin, Root, whatever.

At least they dont prevent you from activating root.........

blankdev 11-28-2005 06:08 PM

Using sudo helps just as well and I think logging into root is far more annoying. Canonical/Ubuntu strongly discourages activating the root account and logging into it, not only because of the usuall 'it's not safe', but because some apps wont run on it (correctly) that way.

pixellany 11-28-2005 07:07 PM

Quote:

Using sudo helps just as well and I think logging into root is far more annoying. Canonical/Ubuntu strongly discourages activating the root account and logging into it, not only because of the usuall 'it's not safe', but because some apps wont run on it (correctly) that way.
If doing several things that require root access, it is FAR easier to type "su" and your password just once. Further, its often handy to log in to a graphical session as root so you can drag files around with the mouse. Dont know how to "sudo" in the GUI mode.........

Apps that won't run as root?? What's that all about? Examples?

blankdev 11-28-2005 07:31 PM

I usually do sudo nautilus, and if I must do many windows (for example two if I need to drag from one window to another), do CTRL+SHIFT+T and type it again, etc. etc.

Go to https://wiki.ubuntu.com/RootSudo and scroll down to 'Enabling Root' to find out what I meant.

aysiu 11-28-2005 07:55 PM

Code:

gksudo nautilus
is the proper way to do it, and it's far more convenient than logging out of user, logging in as root, making changes, logging out of root, and logging back in as user.

ninjabob7 11-28-2005 08:30 PM

I don't know what you guys are talking about. What version are you using? When I installed Breezy, the setup wizard asked for a root password, and I can login as root on the virtual terminals. I haven't tried on the graphical system yet.
However, I have had some problems with the GNOME sudo (at least I think that's the problem). When I click on the updates icon, it prompts me for my password, but then seems to quit when I enter it.


All times are GMT -5. The time now is 02:17 AM.