fullpacim
  • Home

Sudo: /etc/init.d/nscd: Command Not Found

admin 31.08.2019
33 Comments

I had a system crash and now my Ubuntu runs into low-graphics mode. All the fixes require running commands with sudo. When I try this I get sudo: command not found. When I try logging in with su - I get an error: Authentication failed. I also tried sudo -i but that did nothing. I am really stuck here. What can I do?

  • Sudo Unzip Command Not Found

On a fresh EC2 instance running Ubuntu, I see that there's no /etc/init.d/sshd file. I tried sudo apt-get install openssh-server And it shows that openssh-server is already the newest version.

Relevant info:

Zanna
52.3k1414 gold badges146146 silver badges247247 bronze badges
JacobJacob

1 Answer

I think the only possibility left it that one of the directories leading to sudo doesn't have the other executable bit set, so although the directory is in your path, bashMount and blade items. can't find the binaries inside. When you try with full path, then of course you get the permission denied message. This problem with the directories is likely also the cause of your original problem with the low-graphics mode thing.

So please try

Sudo Unzip Command Not Found

Sudo:

both of these should report:

permissions. If not, then it is your problem and you should set those permissions for those folders, and likely for some other folders also. But you can't do it from your installation, because you don't have access to sudo. So either boot into recovery mode or use a live CD to correct the errors. (Which were likely caused by a wrong chmod command.)

falconerfalconer
12.5k22 gold badges2727 silver badges5454 bronze badges
Sudo: /etc/init.d/nscd: Command Not Found

Not the answer you're looking for? Browse other questions tagged sudosu or ask your own question.

Post navigation
Turn Off Screensaver Windows 8How To Install Undertale Mods

News

  • Top Immersion Mods Skyrim
  • 48re Transmission Pan Gasket
  • Using Ethernet And Wifi Simultaneously
  • Windows Explorer Very Slow Windows 10
  • How To Make A Portal Mod
  • Hkey_current_user Software Microsoft Windows Currentversion Policies Explorer Missing
  • Incorrect Parameter Count Difference Between Dates As A Date
  • Lga 1366 Cpu List
  • Autodesk 3dmax 2010 (x64 Keygen
  • Telecharger Farming Simulator 18 Gratuitement
  • World Of Warcraft Auctioneer Addon
fullpacim