💻 Software
Debian without basic commands: 'No such file or directory'
Fresh5 days ago
Mar 15, 20265126 viewsConfidence Score0%
0%
Problem
My new VPS is running Debian 5.0 (bash 3.2.29), and some commands seems to be missing. For example the command is not here, neither is (but dir works). Is there a package missing or what's the deal? Edit: More info req from comments: It's 64bit Don't know any details on the actual installation. It'…
Error Output
:~# type ps ps is hashed (/bin/ps) :~# ps -bash: /bin/ps: No such file or directory :~# echo $PATH /usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin…
Unverified for your environment
Select your OS to check compatibility.
1 Fix
Canonical Fix
Unverified Fix
New Fix – Awaiting Verification
Fix for: Debian without basic commands: 'No such file or directory'
Low Risk
When returns , either the binary is missing or the interpreter is missing. Obviously, exists, otherwise it wouldn't be in hashed in the shell. But the dynamic linker it depends on probably doesn't exist on your system. If GNU binutils installed, you…
Awaiting Verification
Be the first to verify this fix
Sign in to verify this fix