Ubuntu is one of the few Linux distributions out there that will not enable the root account.If you want to do something with root permission on the console you have to type sudo before the command.
sudo” means superuser do. “sudo” will prompt for “Password:”. Please specify user password
As you have noticed during the Ubuntu installation there was no question about the root password, as you might have been used to see during other Linux distribution installation process.Because of this your root accout is inactive.
If you want to enable root account (which is not recommended) enter the following command.
$sudo passwd root
This will prompt for a new root password and once you confirm it, you can start using the root account to login.
If you want to disable root account in ubuntu you need to lock the root account by using the following command
$sudo passwd -l root
If you want to work on a root console you’d better use the following command
$sudo -i
i am using ubuntu (GUI). i was lost my password. so howto retrive my password. but i now the user name. please help me.
when i installed ubuntu originally it asked to create a user acct but i did not assign a password to it. so when i enter any sudo command it asks for the user password so i just hit enter and then the command doesn’t execute. how can i add a user?
thierry Says
May 8th, 2008 at 9:03 pm
thierry…I just want to say thank you so much from newbie like me, making instructions so clear and direct. I was bale to find it and enable it in Ubuntu OS. thank you so much.
I just recently installed Ubuntu 9.04 and had a few major problems, but upgrading to 9.10 (Karmic Koala) solved the worst (display res stuck at 800×600) – so I am now moving on to more important things, such as using the root access to run a few commands, and this discussion has proved to be most informative. Thank you (I will NOT be enabling a root login). (also, got a few chuckles from some of the more vociferous posters) – my background is I started with Atari DOS, then IBM with DOS 2-5 and all of the various Windows versions… cursing Microsoft pretty much for close to 30 years. Ahh, finally an OS that works and doesn’t try to be my nanny!
Ubuntu users (and I assume it will work for Debian users too) should use the following command to lock the root account:
sudo usermod -p '!' root
i give up, one week and i still dont feel linux. all because of the “root issue”. back to my beloved custom distro.
On Ubuntu (9.10) you do not have to do this in a terminal.
On the top menu bar click System/Administration/Users and Groups.
In ‘User Settings’ Window select root, and click the keys button (click to make changes).
In ‘Authenticate’ window supply your password and click the Authenticate button.
In ‘User Settings’ window click properties.
In ‘Account Root Properties’ select ‘Account’ tab.
On ‘Account’ tab select ‘Set Password by Hand’.
Enter your password in both the password and confirmation box, and click ok.
In the top right hand corner of the screen, click your user name. From the drop down menu click ‘Switch User’.
On the new login screen click ‘Other’, give user name ‘root’ and enter your password. you are now logged in as root.
Guys I sometimes need a GUI root session so I log out and then select other where it askes for the user and pur ( ROOT ) and enter the password and then I have a Root GUI.
This may be old news but it is new to me.
Seems a bit weird that a Debian forum is dominated by an ubuntu discourse omg. I often wonder how many Windows(tm) users inadvertently delete their C drives? Not may I would think. The more I poke about in the ubuntu/kubuntu world for research the less I understand it and the less I like it. The reason is this. In a perfect world new linux users would be buying pre installed dedicated linux comp. For most users that would give them an experience parallel to their purchasing habits of other proprietary systems. But they don’t. What they do is want to try linux on the existing comps. Right of the bat they encounter partitioning and multi boot issues. Now consider that grub2 writes to the mbr and frequently borks and fails to boot after OS installs. All of this is tricky stuff for newbies and it is classical command line territory. So how does ubuntu position itself in the market place to meet this challenge? IT DISABLES THE VERY THING YOU NEED MOST. I have to add if I was a billionaire philanthropist dedicated to the linux community; then disabling root accounts would not be my first thought. But nor would I contemplate putting window controls on the top LEFT of the windows ffs. As I am in a rant I may as well finish off. IMHO ubuntu has serious/technical branding issues to do with the way they handle two major desktops. Half the k stuff files are still called ubuntu….plus they now have multiple color palettes and names. I would have gone with ubuntu k and ubuntu g – one forum – one color palette – one brand – one user experience.
Ok im 16 and some computer guys at a job interview talked me into linux and told me to download ubuntu. I have my computer set up to dual boot windows 7 and ubuntu ubuntu as primary, while downloading it it asked for me user name keithen and a password i didnt put anything for the password and now it keeps on asking me for a password that i never set. i have tried everything and all i get is
keithen@keithen-laptop:~$ sudo passwd keithen
[sudo] password for keithen:
Sorry, try again.
[sudo] password for keithen:
Sorry, try again.
[sudo] password for keithen:
i dnt know were to set it or anything
Keithen
you don’t need sudo to change your own password, just use
$ passwd
then you will be able to sudo if required using the password you just entered
I just got a new laptop from a friend who recently passed away. Geeze, he didn’t leave me a password, so now I have this 3.5 pound paperweight. I can’t play my DVD’s because Ubuntu wants a password, I can’t change anything, because of the stupid password bull. How does one disable the password feature, without entering another password?
if he didnt set one you will have to reinstall linux or its useless…doesnt take long if you set a password you wont have a problem with the root and i didnt have to reinstall it there is another way to go into the boot up and change it but i cant remember right now sorry
I may have accidentally done usermod -p “literal pw aka no encryption” root….. and now I’m guessing my actual root pw is something totally random that the encryption thing generated from what i typed in… Is there anyway I can figure out based on what I typed in what my new root password is?
new user to ubunto, i appreciate the root folder is designed to be hard to access, when i try some the above console tricks , im not able to type new password for root, (just like J3sus who left comment above)
Im having problems with my Nvidia graphics drivers , not happy with the resolutions available to me and to try a “possible newer driver for card” i need access to the root folder.
because i have a NVIDIA-Linux-x86-256-53.run file which apparently needs to be placed into a folder located in the root folder so that the system can fire up the driver. something on them lines! im complete novice and new here. appreciate some help. be nice to have good highish resolution available. hellishandy
If you need to change any passwords, just boot into grub and choose “Drop to root command line” and type “passwd insertusernamehere”
hi all. i’m now using ubuntu 9.0. i was lost root password. And i need to work in root. so how to renew root password? please
What I want to do in ubuntu is get rid of that silly authentication window and enable my root user. I’ve enabled the root user part… how do I get rid of the authentication window. It pops up just about everytime I try to configure something. What’s the point? If I’m a hacker and on my system.. I’ve already got away around my password. Asking for it again serves no purpose. All it is is a hassle to a user trying to do something legitimately. I mean.. i’m fine with the command prompt. It’s my preferred way if I’m remote, but one of the reasons for going to gnome is to use the desktop gui to handle some of these things. With that authentication window poping up every 5 seconds, it ends up being faster using the command prompt. If that’s the case.. what’s the point of having the GUI at all? We might as well go back to the late 80’s and grow mullets.
Sorry… ubuntu is annoying.
I like the sudo option, even with automatic login. People who have access to my machine can not perform admin operations.
Ryan,
Is it any more annoying then in windows you are prompted even when you don’t have a password set?
ubuntu is asking for a password and an authentification code and I never set one up upon installing it–what can I do
Hi All.
I have a problem with my “root” password, i lost it..
when i use sudo to change it,
operator@plik-server:~$ sudo su
We trust you have received the usual lecture from the local System
Administrator. It usually boils down to these three things:
#1) Respect the privacy of others.
#2) Think before you type.
#3) With great power comes great responsibility.
[sudo] password for operator:
Sorry, user operator is not allowed to execute ‘/bin/su’ as root on plik-server.
each time i use “sudo” then it always says “Sorry, user operator is not allowed to execute ‘/bin/su’ as root on plik-server”
i tried use kon-boot and NT Offline Password to reset password “root” but it didn’t work..
Help me,
Thanks
Ridwan, are you allowed to call any command with sudo? The file /etc/sudoers should contain something like “%wheel ALL=(ALL) ALL” and you should be member of the group wheel. Try “sudo bash” or “sudo -i” instead of invoking su. Or directly use “sudo passwd root” to set a root password.
If you want to set a new root password without knowing the old or having access via sudo, you can do the following in the GRUB bootloader:
Select your linux entry in GRUB and add “1” in the list of optional kernel parameters. This will load the single user mode, which is a root console. Then use “passwd” to set a new password (you don’t need to know the old one).
If the console asks you for the root password to login, then try another kernel parameter “init=/bin/sh”. This should prevent a regular login prompt and push you directly to the command line. Then call
mount -a
passwd
reboot
This worked for me on Ubuntu as well as SLES.
If all fails, you can always boot your system from a Live disk, become root there to mount and chroot to your harddisk. The command “passwd” as root will then set a new root password on your harddisk.
Ubuntu puts the first created user automatically into the wheel group and configures sudo accordingly. You should never need to login as root.
how to recovery the root password in ubuntu10.04
Thankyou for actually being smart now i can install gstreamer0.10-XXXXXX it didnt let me before
I got a pre-installed ubuntu (meenee) laptop from amazon this year. Its asking for a password and authentication key which I dont have and never enable. What do I do? There are programs that need to be activated but I can not because of the keys being asked for.
by the way, I am using ubuntu linux for the first time!
thanx!
Mumbi
We have a server which has 4 users and they all have their own login and pass word.but root login and password are known to all users so by opening root login people they are opening some important documents which they need not to
Please guide me what to do with my own login and password such that even from root also the documents can not be opened!!!
Hello ,
i have ubuntu 11.04 . i am not able to see password window(field). maybe its hide :(.. how i able to login ?
Thanks
this is a nice tip….its better to use the sudo -i command than to enable the root account
i am using the red hat 6 ,i want to know the root password with out permission of administrative pls give the commands
why all of u want to mess up with root things??dough,…If u dont really have an emrgency times,i aware you that going around with root things made u all being the root human of Nux..So low-face,eye-glasses,eat popcorn everyday,just married with rectangle blue shape bright and drink the electrical source.Live but not life,..
Open application terminal and just type passwd, then you will be required to type in your new unix password, it should be able to enable your password. Root is an administrative function so you should be having administrative rights to execute root commands.
I set an admin password on my account. Then I decided to run it as “no password required”
Now I can’t unlock the admin acct at all. It asks for a password that isn’t there. I’m new to Ubuntu so please go step by step.
Thanks
Since most programs uses gksu to gain root privileges (which points actually to gksudo) giving a root password is not enough. You will still be ask for the old password as long as the account you are logged in is part of the admin group.
Here the complete procedure to set up a root password:
1. login in the account that is allowed to gain root privileges
(the one you have set up first during ubuntu installation, assume it
“mandy”).
2. Open a terminal and type
>sudo passwd
3. Type the new root password twice.
4. make gksudo and other programs use the new password:
Delete “mandy” from group “admin” in /etc/group.
This can be done graphically with
Start -> System -> user and groups
I needed to change my password to lowercase characters, but it wouldn’t let me change it due to the minimum length requirements in passwd. This suggestion to activate root allowed the change.
Don’t need this all the time, so I disabled it again. So, in a pinch, this CAN be useful…
73 DE N4RPS
Rob
haha root can see all files. why dont you change the root passwd so no one else knows it
A Pogoplug has 1 account and 1 password. Root. If you try to ssh into your Pogoplug from a user account you won’t get in. The account you come from has to be named root. Easy enough to do from Debian or Red Hat, but impossible from Ubuntu or Mint unless you’ve set up a root account.
Ryan, if you’re such a hardcore hacker as you’re claiming, you should log in as root and load Nautilus or the whatever as root. Or modify your menu commands. Really, you’re whining like a noob.
Im using ubuntu 15.04 and everytime i install apps it requires me to put a authentication password that i didnt know at all what will i do?