Answers for "how to open .bin file in linux"

1

run .bin file command linux

./binary_name
Posted by: Guest on October-14-2020
0

how to run a .bin file in linux

./binary_file_name
Posted by: Guest on November-02-2020
0

how to open .bin file in linux

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
Posted by: Guest on July-13-2021

Code answers related to "how to open .bin file in linux"

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language