Permission Denied After changing root password

The name of the pictureThe name of the pictureThe name of the pictureClash Royale CLAN TAG#URR8PPP








up vote
0
down vote

favorite












Hi i just changed the root password using "sudo passwd" without any error, then i closed the terminal and i opened another terminal, i've tried to access root using "sudo -s" and it doesn't let me log in, saying that the password is wrong.



i've tried even using the old one but nothing, and i'm pretty sure to know the new password because before typing i wrote it down on the paper.



I'm still logged in the same session, i don't want to log out or restart because i think it will impossible to recover the password if i log out right?










share|improve this question



















  • 2




    sudo -s is your password, not the root password. Ubuntu has the root account disabled by default. Setting a password to root enables the account which is not recommended. See askubuntu.com/questions/687249/…
    – Terrance
    Feb 9 at 18:31










  • Ah... so when i did "sudo passwd" i changed the sudo password.. and if i type "sudo -s" i'm logging the sudo account right? so why i can't access it anymore?
    – dada
    Feb 9 at 18:47










  • No, you changed the root password. sudo asks for your password, not root's. To change your password, type passwd without sudo in front in a terminal.
    – vidarlo
    Feb 9 at 18:58










  • I've tried and it say "Authentication token manipulation error"
    – dada
    Feb 9 at 19:01










  • Think of sudo as "Super User DO". It is not an account, it is a command. You use the command for elevated purposes. If you messed up your account password, you might need to reboot your host into Recovery Mode and reset your own password. See sudo.ws/man/1.8.2/sudo.man.html and for password recovery see askubuntu.com/questions/24006/…
    – Terrance
    Feb 9 at 19:19














up vote
0
down vote

favorite












Hi i just changed the root password using "sudo passwd" without any error, then i closed the terminal and i opened another terminal, i've tried to access root using "sudo -s" and it doesn't let me log in, saying that the password is wrong.



i've tried even using the old one but nothing, and i'm pretty sure to know the new password because before typing i wrote it down on the paper.



I'm still logged in the same session, i don't want to log out or restart because i think it will impossible to recover the password if i log out right?










share|improve this question



















  • 2




    sudo -s is your password, not the root password. Ubuntu has the root account disabled by default. Setting a password to root enables the account which is not recommended. See askubuntu.com/questions/687249/…
    – Terrance
    Feb 9 at 18:31










  • Ah... so when i did "sudo passwd" i changed the sudo password.. and if i type "sudo -s" i'm logging the sudo account right? so why i can't access it anymore?
    – dada
    Feb 9 at 18:47










  • No, you changed the root password. sudo asks for your password, not root's. To change your password, type passwd without sudo in front in a terminal.
    – vidarlo
    Feb 9 at 18:58










  • I've tried and it say "Authentication token manipulation error"
    – dada
    Feb 9 at 19:01










  • Think of sudo as "Super User DO". It is not an account, it is a command. You use the command for elevated purposes. If you messed up your account password, you might need to reboot your host into Recovery Mode and reset your own password. See sudo.ws/man/1.8.2/sudo.man.html and for password recovery see askubuntu.com/questions/24006/…
    – Terrance
    Feb 9 at 19:19












up vote
0
down vote

favorite









up vote
0
down vote

favorite











Hi i just changed the root password using "sudo passwd" without any error, then i closed the terminal and i opened another terminal, i've tried to access root using "sudo -s" and it doesn't let me log in, saying that the password is wrong.



i've tried even using the old one but nothing, and i'm pretty sure to know the new password because before typing i wrote it down on the paper.



I'm still logged in the same session, i don't want to log out or restart because i think it will impossible to recover the password if i log out right?










share|improve this question















Hi i just changed the root password using "sudo passwd" without any error, then i closed the terminal and i opened another terminal, i've tried to access root using "sudo -s" and it doesn't let me log in, saying that the password is wrong.



i've tried even using the old one but nothing, and i'm pretty sure to know the new password because before typing i wrote it down on the paper.



I'm still logged in the same session, i don't want to log out or restart because i think it will impossible to recover the password if i log out right?







permissions password






share|improve this question















share|improve this question













share|improve this question




share|improve this question








edited Feb 9 at 18:54

























asked Feb 9 at 18:23









dada

11




11







  • 2




    sudo -s is your password, not the root password. Ubuntu has the root account disabled by default. Setting a password to root enables the account which is not recommended. See askubuntu.com/questions/687249/…
    – Terrance
    Feb 9 at 18:31










  • Ah... so when i did "sudo passwd" i changed the sudo password.. and if i type "sudo -s" i'm logging the sudo account right? so why i can't access it anymore?
    – dada
    Feb 9 at 18:47










  • No, you changed the root password. sudo asks for your password, not root's. To change your password, type passwd without sudo in front in a terminal.
    – vidarlo
    Feb 9 at 18:58










  • I've tried and it say "Authentication token manipulation error"
    – dada
    Feb 9 at 19:01










  • Think of sudo as "Super User DO". It is not an account, it is a command. You use the command for elevated purposes. If you messed up your account password, you might need to reboot your host into Recovery Mode and reset your own password. See sudo.ws/man/1.8.2/sudo.man.html and for password recovery see askubuntu.com/questions/24006/…
    – Terrance
    Feb 9 at 19:19












  • 2




    sudo -s is your password, not the root password. Ubuntu has the root account disabled by default. Setting a password to root enables the account which is not recommended. See askubuntu.com/questions/687249/…
    – Terrance
    Feb 9 at 18:31










  • Ah... so when i did "sudo passwd" i changed the sudo password.. and if i type "sudo -s" i'm logging the sudo account right? so why i can't access it anymore?
    – dada
    Feb 9 at 18:47










  • No, you changed the root password. sudo asks for your password, not root's. To change your password, type passwd without sudo in front in a terminal.
    – vidarlo
    Feb 9 at 18:58










  • I've tried and it say "Authentication token manipulation error"
    – dada
    Feb 9 at 19:01










  • Think of sudo as "Super User DO". It is not an account, it is a command. You use the command for elevated purposes. If you messed up your account password, you might need to reboot your host into Recovery Mode and reset your own password. See sudo.ws/man/1.8.2/sudo.man.html and for password recovery see askubuntu.com/questions/24006/…
    – Terrance
    Feb 9 at 19:19







2




2




sudo -s is your password, not the root password. Ubuntu has the root account disabled by default. Setting a password to root enables the account which is not recommended. See askubuntu.com/questions/687249/…
– Terrance
Feb 9 at 18:31




sudo -s is your password, not the root password. Ubuntu has the root account disabled by default. Setting a password to root enables the account which is not recommended. See askubuntu.com/questions/687249/…
– Terrance
Feb 9 at 18:31












Ah... so when i did "sudo passwd" i changed the sudo password.. and if i type "sudo -s" i'm logging the sudo account right? so why i can't access it anymore?
– dada
Feb 9 at 18:47




Ah... so when i did "sudo passwd" i changed the sudo password.. and if i type "sudo -s" i'm logging the sudo account right? so why i can't access it anymore?
– dada
Feb 9 at 18:47












No, you changed the root password. sudo asks for your password, not root's. To change your password, type passwd without sudo in front in a terminal.
– vidarlo
Feb 9 at 18:58




No, you changed the root password. sudo asks for your password, not root's. To change your password, type passwd without sudo in front in a terminal.
– vidarlo
Feb 9 at 18:58












I've tried and it say "Authentication token manipulation error"
– dada
Feb 9 at 19:01




I've tried and it say "Authentication token manipulation error"
– dada
Feb 9 at 19:01












Think of sudo as "Super User DO". It is not an account, it is a command. You use the command for elevated purposes. If you messed up your account password, you might need to reboot your host into Recovery Mode and reset your own password. See sudo.ws/man/1.8.2/sudo.man.html and for password recovery see askubuntu.com/questions/24006/…
– Terrance
Feb 9 at 19:19




Think of sudo as "Super User DO". It is not an account, it is a command. You use the command for elevated purposes. If you messed up your account password, you might need to reboot your host into Recovery Mode and reset your own password. See sudo.ws/man/1.8.2/sudo.man.html and for password recovery see askubuntu.com/questions/24006/…
– Terrance
Feb 9 at 19:19















active

oldest

votes











Your Answer







StackExchange.ready(function()
var channelOptions =
tags: "".split(" "),
id: "89"
;
initTagRenderer("".split(" "), "".split(" "), channelOptions);

StackExchange.using("externalEditor", function()
// Have to fire editor after snippets, if snippets enabled
if (StackExchange.settings.snippets.snippetsEnabled)
StackExchange.using("snippets", function()
createEditor();
);

else
createEditor();

);

function createEditor()
StackExchange.prepareEditor(
heartbeatType: 'answer',
convertImagesToLinks: true,
noModals: false,
showLowRepImageUploadWarning: true,
reputationToPostImages: 10,
bindNavPrevention: true,
postfix: "",
onDemand: true,
discardSelector: ".discard-answer"
,immediatelyShowMarkdownHelp:true
);



);













 

draft saved


draft discarded


















StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2faskubuntu.com%2fquestions%2f1004641%2fpermission-denied-after-changing-root-password%23new-answer', 'question_page');

);

Post as a guest



































active

oldest

votes













active

oldest

votes









active

oldest

votes






active

oldest

votes















 

draft saved


draft discarded















































 


draft saved


draft discarded














StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2faskubuntu.com%2fquestions%2f1004641%2fpermission-denied-after-changing-root-password%23new-answer', 'question_page');

);

Post as a guest













































































Popular posts from this blog

pylint3 and pip3 broken

Missing snmpget and snmpwalk

How to enroll fingerprints to Ubuntu 17.10 with VFS491