Saturday, September 1, 2012

How to install .bin file in linux

1. Use chmod command to make it executable. Open the Terminal and write the following command
chmod +x file.bin
2. Run the file using the following command in the Terminal
./file.bin

No comments:

Post a Comment