Find the answer to your Linux question:
Results 1 to 3 of 3
chas@chas-laptop:~$ su Password: su: Authentication failure Sorry. chas@chas-laptop:~$ on linux mint when i try to log in as su or root i get this, my password is correct, why?...
  1. #1
    Just Joined!
    Join Date
    Aug 2006
    Posts
    86

    authentication failure

    chas@chas-laptop:~$ su
    Password:
    su: Authentication failure
    Sorry.
    chas@chas-laptop:~$
    on linux mint when i try to log in as su or root i get this, my password is correct, why?

  2. #2
    Linux Newbie objuan's Avatar
    Join Date
    Jul 2006
    Location
    california
    Posts
    218
    Hi have you updated any packages like kdm gdm or any core packages for
    kde or gnome.

  3. #3
    Trusted Penguin Cabhan's Avatar
    Join Date
    Jan 2005
    Location
    Seattle, WA, USA
    Posts
    3,230
    What distro are you using? Some (Ubuntu amongst them) do not use su, and use sudo instead. For su, you need to enter the root user's password, not your regular user password.

    If you are using a distro that uses sudo, you use it like so:
    Code:
    $ sudo cat /etc/shadow
    It will ask you for a password, and you use your user's password.

    If you've used su before, it's possible, I suppose, that you accidentally changed your root password. If this is the case, we can certainly help you fix that.
    DISTRO=Arch
    Registered Linux User #388732

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
...