Re: .bin ???

Pàgina inicial

Reply to this message
Autor: Patrick Begou
Data:  
A: Mehdi LAGHROUR
CC: guilde
Assumpte: Re: .bin ???
Mehdi LAGHROUR wrote:
> Bonjour toujours sous Ubuntu je n'arrive pas a lancer
> un .bin j'ai fais un chmod 777 nom.bin
> ls il est bien vert
> mais quand je fais un ./nom.bin j'ai comme message
> :espace@ubuntu2:~/Desktop$ ./1709_Linux_VM.bin
> bash: ./1709_Linux_VM.bin: /bin/sh: bad interpreter:
> Fichier texte occupé
> Une idée ?



J'ai l'impression que ton fichier est un script et commence par une
ligne du style:
#!/bin/sh
et que /bin./sh n'existe pas sur ta machine.

Essaie (si j'ai juste ci-dessus) de mettre plutot
#!/bin/bash

Patrick
--
===============================================================
|  Equipe M.O.S.T.         | http://most.hmg.inpg.fr          |
|  Patrick BEGOU           |       ------------               |
|  LEGI                    | mailto:Patrick.Begou@hmg.inpg.fr |
|  BP 53 X                 | Tel 04 76 82 51 35               |
|  38041 GRENOBLE CEDEX    | Fax 04 76 82 52 71               |

===============================================================