Sunday, 6 March 2016

How to Run .bin files on Linux platform ?


.bin files are Linux self extracting binary files, Java and flash are two examples of these type of files.
Give permission to that file : # chmod 777 filename.bin
and Run that file (similar to .sh files) ./fileName.bin

No comments:

Post a Comment

Note: only a member of this blog may post a comment.