la commande file permet de connaitre le type de fichier:
$ file test.bin
test.bin: Bourne shell script text executable
$
si vous pensez que le . bin que vous avez est un fichier image iso:
$ file test.bin
test.bin: data
$ isoinfo -R -l -i test.bin
Directory listing of /
dr-xr-xr-x 3 0 0 10240 Feb 17 2004 [ 28] .
dr-xr-xr-x 3 0 0 10240 Feb 17 2004 [ 28] . .
-r--r--r-- 1 0 0 284139 Dec 30 2002 [ 39] angelina121.jpg
-r--r--r-- 1 0 0 227943 Dec 30 2002 [ 178] angelina104.jpg
-r--r--r-- 1 0 0 42420 Jan 23 2003 [ 290] Asian-turlutte.jpg
-