At first you have to open a terminal/bash and then enter:

file /path/file.bin

for example file /home/user/file.bin (file is the command)

Now you should see a sentence including the word “executable” and not “non-executable, not executable,… or something completely different)

If you do not see “executable,…)” the file is probably an cd-image(BIN/CUE) and not an executable .bin-file

Now enter:

chmod +x file.bin

No path! Just the name of the file!!! Now the file is executable…

Last step: Type in

/path/file.bin

, for example /home/user/file.bin and the file will be executed…

相关文章:

  • 2022-12-23
  • 2022-12-23
  • 2022-01-31
  • 2022-12-23
  • 2021-07-06
  • 2022-12-23
  • 2021-08-02
  • 2021-10-25
猜你喜欢
  • 2022-02-02
  • 2021-06-08
  • 2022-12-23
  • 2022-02-12
  • 2022-12-23
  • 2022-01-11
相关资源
相似解决方案