| « A ghostrider a melbourne | Crise en Thaïlande » |
-bash: /bin/ls: No such file or directory
If you have done a mistake/lost the /lib/ directory. Example :
mv lib lib.
And you are stuck without anything working :
# ls
-bash: /bin/ls: No such file or directory
Don't waste your time in a reinstallation, there is a trick :
/lib./ld-linux.so.2 --library-path /bin/ mv /lib. /lib/
It invokes the program loader directly and the problem will be fixed (of course, you can use this command to call many programs).
1 comment
Comment from: Joel Mejia [Visitor]
02/10/06 @ 22:34