Click to See Complete Forum and Search --> : .bin file


Danger Fan
04-03-2001, 05:21 PM
i have a file that ends in .bin. how do i execute, unzip, run, whatever it? thank you.

X_Entity
04-03-2001, 05:22 PM
easiest way is to type ./<filename>.bin or you could type `sh <filename>.bin`

drmbb
04-03-2001, 07:38 PM
Don't forget to first check that it is executable, and make it so if it isn't (NetScape will not download with appropriate permissions for one thing - just chmod if necessary).