• # pas chez moi

    Posté par . En réponse au message /bin/sh: bad interpreter: Permission non accordée. Évalué à 1.

    neox@amd64-full-linux:~$ which sh
    /bin/sh
    neox@amd64-full-linux:~$ vi test.sh
    neox@amd64-full-linux:~$ chmod 755 test.sh
    neox@amd64-full-linux:~$ ./test.sh
    SH fonctionne
    neox@amd64-full-linux:~$

    neox@amd64-full-linux:~$ ls -l /bin/sh
    lrwxrwxrwx 1 root root 4 2007年04月13日 22:05 /bin/sh -> dash
    neox@amd64-full-linux:~$ ls -l /bin/dash
    -rwxr-xr-x 1 root root 86088 2007年03月05日 07:00 /bin/dash
    neox@amd64-full-linux:~$