No announcement yet.

How to handle .bin files

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

  • How to handle .bin files

    I need to know how to extract .bin files , but only using the terminal. What would the command be? Thanks : peace2:

  • #2
    First you need to set the executable bit with 'chmod 755 filename.bin', then you run it with './finename.bin'.
    p-two.net

    Comment

    Working...
    X