Previously G. Kapetanios wrote: > My question is a result of problems explained in another email. > They concer a deleded root partition. My question has to do with > binaries which are there can be seen can be read but cannot be executed.
Check if the binaries are still marked as executable. If not you can make them executable again using chmod. An example: chmod a+x /usr/bin/less If that does not work you can check if all libraries still exist. You can check that using ldd. Another example: [pc135a;~]-6> ldd /usr/bin/less /lib/nfslock.so.0 => /lib/nfslock.so.0 (0x4000d000) libncurses.so.3.4 => /lib/libncurses.so.3.4 (0x40012000) libc.so.6 => /lib/libc.so.6 (0x40057000) /lib/ld-linux.so.2 => /lib/ld-linux.so.2 (0x40000000) (The specific output can differ). If one or more libraries are missing you will have to reinstall those (and optionally run ldconfig). Wichert. -- ============================================================================== This combination of bytes forms a message written to you by Wichert Akkerman. E-Mail: [EMAIL PROTECTED] WWW: http://www.wi.leidenuniv.nl/~wichert/
pgp12Vb4lWpUa.pgp
Description: PGP signature