"Authentication Failure" in Terminal AFTER logging in

4aDummy

Member
Joined
Jul 21, 2021
Messages
30
Reaction score
9
Credits
306
I'm sure you have seen this question many times b4. Its a newbie question and I'm a Newbie( to linux ). I'm running Mint 20 and an AMD based system and everything is working quite smoothly except when I try to get root in the terminal. Anytime it asks for my password (the same one I use to log in), it gives me the failure message. I'm confused. Any help would be great.
 


darry1966

Well-Known Member
Joined
Apr 25, 2017
Messages
719
Reaction score
601
Credits
4,305
Based on Ubuntu - use sudo example sudo leafpad then will ask for password and away you go.
 

Lord Boltar

Well-Known Member
Joined
Nov 24, 2020
Messages
2,212
Reaction score
1,616
Credits
16,337
What keyboard layout are you using? Some keyboard layouts require extra software to be installed so it gets interpreted correctly particularly special characters
Also make sure Caps Lock is not on

Also you can try and change the root password
Code:
sudo passwd root
 

kc1di

Well-Known Member
Joined
May 14, 2021
Messages
1,622
Reaction score
1,438
Credits
11,698
Hello 4aDummy Welcome to Linux and Linux.org
Mint does not use the su command it uses sudo command to gain root privileges. For a explanation of the differences between su and sudo see sudo vs su
 

stan

Well-Known Member
Joined
Mar 19, 2018
Messages
1,004
Reaction score
1,134
Credits
9,370
To become the root user in Linux Mint, use:
Code:
sudo -i

Or:
Code:
sudo su
 
Last edited:
MALIBAL Linux Laptops

Linux Laptops Custom Built for You
MALIBAL is an innovative computer manufacturer that produces high-performance, custom laptops for Linux.

For more info, visit: https://www.malibal.com


Latest posts

Top