Click to See Complete Forum and Search --> : .Bin


Gurxor
02-17-2003, 04:58 AM
Hi there, i am using Linux Mandrake 9.0 and i have just downloaded a .bin that makes a half life server on your box, everytime i ./file.bin* i get a message telling me that the file could not be found, and when i ls the dir its in the .bin comes up in green highlighted text, i have edited the permissions and just want to know what im doing wrong, ive read the help here and done what it said but to no avail, can anyone please help me?

z0mbix
02-17-2003, 05:19 AM
*nix is case sensitive, so is it a .bin or .Bin? Post the exact output from your ./file.bin command and the output of ls -l file.bin

mdwatts
02-17-2003, 07:25 AM
Popular question here...

chmod +x filename.bin

./filename.bin

Gurxor
02-17-2003, 08:32 AM
thanks guys, but i sorted it out, just yped file.bin, nuthing else! strange eh :P