Results 1 to 3 of 3
ii have installed Ubuntu for the second time now thinking i had cocked sometimng up only to find that now i have the same problem again!!! I CANNOT log in ...
- 03-29-2006 #1Just Joined!
- Join Date
- Feb 2006
- Posts
- 18
authentication!!!
ii have installed Ubuntu for the second time now thinking i had cocked sometimng up only to find that now i have the same problem again!!! I CANNOT log in a root user in a terminal window, when i type su and it prompts me for the password i enter it as i have done in other distro's and i get.....
Password:
su: Authentication failure
Sorry.
colin@ubuntu:~$
i have the right password and also i cannot log in as root at the log on screen.
any ideas welcome!!
colin
- 03-29-2006 #2Just Joined!
- Join Date
- Feb 2006
- Posts
- 3
Ubuntu has its root disabled. For security reasons ubuntu does not have a root user account. You can bypass this by using the command "sudo \username\" and enter your password, it will give you "root" access, or as in this case, admin rights.
- 03-29-2006 #3
Also, if you get tired of typing "sudo" before every command you can re-activate the root user with this:
Code:sudo passwd root Password: <regular user password> New UNIX Password: <desired root password>
Graphical login as root user is very bad idea. You should be able to do anything you need for system administration from a root console.i have the right password and also i cannot log in as root at the log on screen.Registered Linux user #270181
TechieMoe's Tech Rants


Reply With Quote
