LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Ubuntu (https://www.linuxquestions.org/questions/ubuntu-63/)
-   -   Got a problem after I Installed Ubuntu (no root ) (https://www.linuxquestions.org/questions/ubuntu-63/got-a-problem-after-i-installed-ubuntu-no-root-496987/)

Ongeboren 10-30-2006 01:29 PM

Got a problem after I Installed Ubuntu (no root )
 
oh, well, through the whole installation process, i was never asked to make a root acc + password.

just at a certain time, a popup showed where i had to create my account + password, but nothin about root. Now, that ubuntu is installed, i have no root, which is hilarious. Anybody knows what could have caused that..?


p.s. using the newest release of Ubuntu.

crashsystems 10-30-2006 01:38 PM

Debian and all Debian related distros (such as Ubuntu) do not have root users by default. Instead, there is a command called sudo which lets each user run commands with elevated privileges after they type their password. A nice thing about it is that you can edit the /etc/sudoers file to control who can use sudo, and what they are able to get admin privileges to. For more info check out the man page for sudo.

crashsystems

Ongeboren 10-30-2006 02:07 PM

Quote:

Originally Posted by crashsystems
Debian and all Debian related distros (such as Ubuntu) do not have root users by default. Instead, there is a command called sudo which lets each user run commands with elevated privileges after they type their password. A nice thing about it is that you can edit the /etc/sudoers file to control who can use sudo, and what they are able to get admin privileges to. For more info check out the man page for sudo.

thanks pal, this helped A TON :)

topic can be closed

Redeye2 10-30-2006 05:55 PM

Debian does have root. Ubuntu is the only distro I've seen using sudo in the way it does. Just wanted to clear it out :)

Hitboxx 10-30-2006 06:22 PM

Even Ubuntu has root. You just need to enable it by customising the password (which is not known by default).
Code:

#sudo passwd root
Personally i don't prefer 'sudo' at all. I like the fact that there is a 'root' user ;)

Redeye2 10-30-2006 08:19 PM

You can also run sudo su to convert yourself into root.

hermouche 11-01-2006 11:29 AM

Quote:

Originally Posted by shrikant.odugoudar
Even Ubuntu has root. You just need to enable it by customising the password (which is not known by default).
Code:

#sudo passwd root
Personally i don't prefer 'sudo' at all. I like the fact that there is a 'root' user ;)

yes even UBUNTU has a root, in fact we have these two commands:
- sudo passwd root
- sudo passwd -l root

hermouche 11-01-2006 11:34 AM

Quote:

Originally Posted by shrikant.odugoudar
Even Ubuntu has root. You just need to enable it by customising the password (which is not known by default).
Code:

#sudo passwd root
Personally i don't prefer 'sudo' at all. I like the fact that there is a 'root' user ;)

yes even UBUNTU has a root, in fact we have these two commands:
- sudo passwd root
- sudo passwd -l root


All times are GMT -5. The time now is 08:53 PM.