Permission Denied After changing root password
![Creative The name of the picture](https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgO9GURib1T8z7lCwjOGLQaGtrueEthgQ8LO42ZX8cOfTqDK4jvDDpKkLFwf2J49kYCMNW7d4ABih_XCb_2UXdq5fPJDkoyg7-8g_YfRUot-XnaXkNYycsNp7lA5_TW9td0FFpLQ2APzKcZ/s1600/1.jpg)
![Creative The name of the picture](https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhYQ0N5W1qAOxLP7t7iOM6O6AzbZnkXUy16s7P_CWfOb5UbTQY_aDsc727chyphenhyphen5W4IppVNernMMQeaUFTB_rFzAd95_CDt-tnwN-nBx6JyUp2duGjPaL5-VgNO41AVsA_vu30EJcipdDG409/s400/Clash+Royale+CLAN+TAG%2523URR8PPP.png)
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?
permissions password
add a comment |Â
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?
permissions password
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, typepasswd
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 ofsudo
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
add a comment |Â
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?
permissions password
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
permissions password
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, typepasswd
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 ofsudo
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
add a comment |Â
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, typepasswd
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 ofsudo
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
add a comment |Â
active
oldest
votes
active
oldest
votes
active
oldest
votes
active
oldest
votes
active
oldest
votes
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
var $window = $(window),
onScroll = function(e)
var $elem = $('.new-login-left'),
docViewTop = $window.scrollTop(),
docViewBottom = docViewTop + $window.height(),
elemTop = $elem.offset().top,
elemBottom = elemTop + $elem.height();
if ((docViewTop elemBottom))
StackExchange.using('gps', function() StackExchange.gps.track('embedded_signup_form.view', location: 'question_page' ); );
$window.unbind('scroll', onScroll);
;
$window.on('scroll', onScroll);
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
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
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
var $window = $(window),
onScroll = function(e)
var $elem = $('.new-login-left'),
docViewTop = $window.scrollTop(),
docViewBottom = docViewTop + $window.height(),
elemTop = $elem.offset().top,
elemBottom = elemTop + $elem.height();
if ((docViewTop elemBottom))
StackExchange.using('gps', function() StackExchange.gps.track('embedded_signup_form.view', location: 'question_page' ); );
$window.unbind('scroll', onScroll);
;
$window.on('scroll', onScroll);
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
var $window = $(window),
onScroll = function(e)
var $elem = $('.new-login-left'),
docViewTop = $window.scrollTop(),
docViewBottom = docViewTop + $window.height(),
elemTop = $elem.offset().top,
elemBottom = elemTop + $elem.height();
if ((docViewTop elemBottom))
StackExchange.using('gps', function() StackExchange.gps.track('embedded_signup_form.view', location: 'question_page' ); );
$window.unbind('scroll', onScroll);
;
$window.on('scroll', onScroll);
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
var $window = $(window),
onScroll = function(e)
var $elem = $('.new-login-left'),
docViewTop = $window.scrollTop(),
docViewBottom = docViewTop + $window.height(),
elemTop = $elem.offset().top,
elemBottom = elemTop + $elem.height();
if ((docViewTop elemBottom))
StackExchange.using('gps', function() StackExchange.gps.track('embedded_signup_form.view', location: 'question_page' ); );
$window.unbind('scroll', onScroll);
;
$window.on('scroll', onScroll);
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
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