cannot use sudo after using sudo passwd root
My System problem detected when I tried sudo passwd root
in my ubuntu.
I changed my root
password by using the below command.
sudo passwd root
Now my system password changed, after this i could not use sudo
now.when I try to use sudo -i
I am getting error messages below.
sudo: error in /etc/sudo.conf, line 0 while loading plugin 'sudoers_policy'
sudo: /usr/lib/sudo/sudoers.so must be only be writable by owner
sudo: fatal error, unable to load plugins
14.04 sudo root
add a comment |
My System problem detected when I tried sudo passwd root
in my ubuntu.
I changed my root
password by using the below command.
sudo passwd root
Now my system password changed, after this i could not use sudo
now.when I try to use sudo -i
I am getting error messages below.
sudo: error in /etc/sudo.conf, line 0 while loading plugin 'sudoers_policy'
sudo: /usr/lib/sudo/sudoers.so must be only be writable by owner
sudo: fatal error, unable to load plugins
14.04 sudo root
your user password is different then the Unixroot
password
– Mudit Kapil
Mar 15 '15 at 10:51
see Askubuntu postHow do I reset a lost administrative password?
– Mudit Kapil
Mar 15 '15 at 12:33
add a comment |
My System problem detected when I tried sudo passwd root
in my ubuntu.
I changed my root
password by using the below command.
sudo passwd root
Now my system password changed, after this i could not use sudo
now.when I try to use sudo -i
I am getting error messages below.
sudo: error in /etc/sudo.conf, line 0 while loading plugin 'sudoers_policy'
sudo: /usr/lib/sudo/sudoers.so must be only be writable by owner
sudo: fatal error, unable to load plugins
14.04 sudo root
My System problem detected when I tried sudo passwd root
in my ubuntu.
I changed my root
password by using the below command.
sudo passwd root
Now my system password changed, after this i could not use sudo
now.when I try to use sudo -i
I am getting error messages below.
sudo: error in /etc/sudo.conf, line 0 while loading plugin 'sudoers_policy'
sudo: /usr/lib/sudo/sudoers.so must be only be writable by owner
sudo: fatal error, unable to load plugins
14.04 sudo root
14.04 sudo root
edited Mar 15 '15 at 13:33
con-f-use
12.9k1774136
12.9k1774136
asked Mar 15 '15 at 9:41
Manikandan ArunachalamManikandan Arunachalam
11918
11918
your user password is different then the Unixroot
password
– Mudit Kapil
Mar 15 '15 at 10:51
see Askubuntu postHow do I reset a lost administrative password?
– Mudit Kapil
Mar 15 '15 at 12:33
add a comment |
your user password is different then the Unixroot
password
– Mudit Kapil
Mar 15 '15 at 10:51
see Askubuntu postHow do I reset a lost administrative password?
– Mudit Kapil
Mar 15 '15 at 12:33
your user password is different then the Unix
root
password– Mudit Kapil
Mar 15 '15 at 10:51
your user password is different then the Unix
root
password– Mudit Kapil
Mar 15 '15 at 10:51
see Askubuntu postHow do I reset a lost administrative password?
– Mudit Kapil
Mar 15 '15 at 12:33
see Askubuntu postHow do I reset a lost administrative password?
– Mudit Kapil
Mar 15 '15 at 12:33
add a comment |
1 Answer
1
active
oldest
votes
Try:
su
passwd -l root
exit
Once made this, try again sudo -i
how should i execute these commands..when i trysu
it asks me password..
– Manikandan Arunachalam
Mar 15 '15 at 11:22
Yes, you may need to type the root password, the same password that you typed twice when prompted after executing thesudo passwd root
command
– Helio
Mar 15 '15 at 11:43
Did it worked? If worked, please accept my answer else say me what fails.
– Helio
Mar 21 '15 at 10:23
Sorry @Helio not worked..i changed my OS i couldn't wait for a long time.
– Manikandan Arunachalam
Mar 23 '15 at 9:23
Ok, sorry. However, if do you have any doubt, please ask on this site.
– Helio
Mar 23 '15 at 9:25
add a comment |
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',
autoActivateHeartbeat: false,
convertImagesToLinks: true,
noModals: true,
showLowRepImageUploadWarning: true,
reputationToPostImages: 10,
bindNavPrevention: true,
postfix: "",
imageUploader: {
brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
allowUrls: true
},
onDemand: true,
discardSelector: ".discard-answer"
,immediatelyShowMarkdownHelp:true
});
}
});
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2faskubuntu.com%2fquestions%2f597004%2fcannot-use-sudo-after-using-sudo-passwd-root%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
1 Answer
1
active
oldest
votes
1 Answer
1
active
oldest
votes
active
oldest
votes
active
oldest
votes
Try:
su
passwd -l root
exit
Once made this, try again sudo -i
how should i execute these commands..when i trysu
it asks me password..
– Manikandan Arunachalam
Mar 15 '15 at 11:22
Yes, you may need to type the root password, the same password that you typed twice when prompted after executing thesudo passwd root
command
– Helio
Mar 15 '15 at 11:43
Did it worked? If worked, please accept my answer else say me what fails.
– Helio
Mar 21 '15 at 10:23
Sorry @Helio not worked..i changed my OS i couldn't wait for a long time.
– Manikandan Arunachalam
Mar 23 '15 at 9:23
Ok, sorry. However, if do you have any doubt, please ask on this site.
– Helio
Mar 23 '15 at 9:25
add a comment |
Try:
su
passwd -l root
exit
Once made this, try again sudo -i
how should i execute these commands..when i trysu
it asks me password..
– Manikandan Arunachalam
Mar 15 '15 at 11:22
Yes, you may need to type the root password, the same password that you typed twice when prompted after executing thesudo passwd root
command
– Helio
Mar 15 '15 at 11:43
Did it worked? If worked, please accept my answer else say me what fails.
– Helio
Mar 21 '15 at 10:23
Sorry @Helio not worked..i changed my OS i couldn't wait for a long time.
– Manikandan Arunachalam
Mar 23 '15 at 9:23
Ok, sorry. However, if do you have any doubt, please ask on this site.
– Helio
Mar 23 '15 at 9:25
add a comment |
Try:
su
passwd -l root
exit
Once made this, try again sudo -i
Try:
su
passwd -l root
exit
Once made this, try again sudo -i
answered Mar 15 '15 at 11:07
HelioHelio
5,45432950
5,45432950
how should i execute these commands..when i trysu
it asks me password..
– Manikandan Arunachalam
Mar 15 '15 at 11:22
Yes, you may need to type the root password, the same password that you typed twice when prompted after executing thesudo passwd root
command
– Helio
Mar 15 '15 at 11:43
Did it worked? If worked, please accept my answer else say me what fails.
– Helio
Mar 21 '15 at 10:23
Sorry @Helio not worked..i changed my OS i couldn't wait for a long time.
– Manikandan Arunachalam
Mar 23 '15 at 9:23
Ok, sorry. However, if do you have any doubt, please ask on this site.
– Helio
Mar 23 '15 at 9:25
add a comment |
how should i execute these commands..when i trysu
it asks me password..
– Manikandan Arunachalam
Mar 15 '15 at 11:22
Yes, you may need to type the root password, the same password that you typed twice when prompted after executing thesudo passwd root
command
– Helio
Mar 15 '15 at 11:43
Did it worked? If worked, please accept my answer else say me what fails.
– Helio
Mar 21 '15 at 10:23
Sorry @Helio not worked..i changed my OS i couldn't wait for a long time.
– Manikandan Arunachalam
Mar 23 '15 at 9:23
Ok, sorry. However, if do you have any doubt, please ask on this site.
– Helio
Mar 23 '15 at 9:25
how should i execute these commands..when i try
su
it asks me password..– Manikandan Arunachalam
Mar 15 '15 at 11:22
how should i execute these commands..when i try
su
it asks me password..– Manikandan Arunachalam
Mar 15 '15 at 11:22
Yes, you may need to type the root password, the same password that you typed twice when prompted after executing the
sudo passwd root
command– Helio
Mar 15 '15 at 11:43
Yes, you may need to type the root password, the same password that you typed twice when prompted after executing the
sudo passwd root
command– Helio
Mar 15 '15 at 11:43
Did it worked? If worked, please accept my answer else say me what fails.
– Helio
Mar 21 '15 at 10:23
Did it worked? If worked, please accept my answer else say me what fails.
– Helio
Mar 21 '15 at 10:23
Sorry @Helio not worked..i changed my OS i couldn't wait for a long time.
– Manikandan Arunachalam
Mar 23 '15 at 9:23
Sorry @Helio not worked..i changed my OS i couldn't wait for a long time.
– Manikandan Arunachalam
Mar 23 '15 at 9:23
Ok, sorry. However, if do you have any doubt, please ask on this site.
– Helio
Mar 23 '15 at 9:25
Ok, sorry. However, if do you have any doubt, please ask on this site.
– Helio
Mar 23 '15 at 9:25
add a comment |
Thanks for contributing an answer to Ask Ubuntu!
- Please be sure to answer the question. Provide details and share your research!
But avoid …
- Asking for help, clarification, or responding to other answers.
- Making statements based on opinion; back them up with references or personal experience.
To learn more, see our tips on writing great answers.
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2faskubuntu.com%2fquestions%2f597004%2fcannot-use-sudo-after-using-sudo-passwd-root%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
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
Post as a guest
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
your user password is different then the Unix
root
password– Mudit Kapil
Mar 15 '15 at 10:51
see Askubuntu postHow do I reset a lost administrative password?
– Mudit Kapil
Mar 15 '15 at 12:33