📌  相关文章
📜  如何在 linux 中打开 .bin 文件 - Shell-Bash 代码示例

📅  最后修改于: 2022-03-11 14:51:26.963000             🧑  作者: Mango

代码示例2
Open your terminal and go to ~$ cd /Downloads (where ~/Downloads is the folder where you bin file is)
Give it execution permissions (just in case it doesn't have it already):
~/Downloads$ sudo chmod +x filename.bin
Write: ./ followed by the name and extension of your bin file. In this example it would be: ~/Downloads$ ./filename.bin