Web Hosting Talk







View Full Version : Extracting .bin files?


dallassmith
08-25-2002, 05:05 PM
Hi... I am installing a cstrike server on my ded. server and I was wondering how do you open a bin file?

Thanks,
Aaron

Jedito
08-25-2002, 05:16 PM
just run it.

dallassmith
08-25-2002, 05:18 PM
? im talking about on a cli command line interface over an ssh session not my home computer.

dandanfirema
08-25-2002, 05:19 PM
./yourprogram.bin

dallassmith
08-25-2002, 05:21 PM
Says permission denied for some reason but I know it lets you extract things because I extracted a .tar.gz file.

-Aaron-

Jedito
08-25-2002, 05:23 PM
chmod 755 yourprogram.bin
./yourprogram.bin