-
Step 1
Double-click the bin file. If it runs, you have successfully opened it. If it does not, continue to the next step.
-
Step 2
Open the Terminal application, located under "Applications," then "Accessories" on the top desk bar.
-
Step 3
Navigate to the directory where the .bin file you wish to open is stored by typing "cd" followed by the name of the directory. For example, if the file is on your desktop, type "cd /home/Desktop/"
-
Step 4
Change the .bin file's permissions to make it executable by typing (or copy-pasting) the following command, replacing "FILENAME.bin" with the name of the file: chmod a+x ./FILENAME.bin
-
Step 5
Launch the file by typing in the following command, replacing "FILENAME.bin with the name of the file: ./FILENAME












