PDA

View Full Version : [ubuntu] Su does not authenticate



erik33045
June 5th, 2008, 03:23 PM
When i am using terminal and i get asked to put in the su password, i put in the correct one and it says authentication failure. My password works for the packet manager and all the other admin tools just not terminal. Anyone have a clue on how to fix this? I am the admin on this machine just to add clarity.

wpshooter
June 5th, 2008, 04:15 PM
Are you positive that the cap lock is not on ?

aysiu
June 5th, 2008, 04:56 PM
su without any other arguments switches to the root user, and root logins are disabled by default in Ubuntu, and there's usually absolutely no reason for you to renable the root login.

Ubuntu uses sudo instead of root.

If you get tired of typing sudo
sudo -i will give you a persistent root terminal.

More details here:
https://help.ubuntu.com/community/RootSudo