|
|
|
|
Bonjour,
Depuis hier je ne parviens plus a lancer un seul script ou executable sous linux.
Par exemple pour installer un *.sh je fait
$ ./*.run
bash: ./*.run : /bin/sh : mauvais interpréteur: Permission non accordée
chmod +x 755sur le rien n'y change.
Voici le résultat de la commande ls -al /bin | grep sh
-rwxr-xr-x 1 root root 676836 2006-09-20 00:24 bash -rwxr-xr-x 1 root root 79912 2006-07-11 21:31 dash lrwxrwxrwx 1 root root 4 2006-11-30 18:33 rbash -> bash lrwxrwxrwx 1 root root 4 2006-11-30 18:33 sh -> dash lrwxrwxrwx 1 root root 4 2006-11-30 18:33 sh.distrib -> bash |
Répondre à mamiemando
|