PDA

View Full Version : [ubuntu] installing .bin files



ghettoman962
April 7th, 2009, 04:13 AM
ok, i just download savage 2 in a bin format. i'v tried all the "chmod a+x savage.bin" stuff but it never works i always get "no such file or directory". someone help

oldos2er
April 7th, 2009, 04:16 AM
If the file is on your desktop, you first need to run "cd Desktop"

ghettoman962
April 7th, 2009, 07:05 PM
i did that, typed in the files stuff and it just went back to "Name@ubuntu: ~/Desktop". it's not working

kellemes
April 7th, 2009, 07:09 PM
i did that, typed in the files stuff and it just went back to "Name@ubuntu: ~/Desktop". it's not working


ls -al
Should show you if this this file is executable..
If it's not, you make it executable..
chmod +x <filename>
If it is, execute it..

./<filename>

ghettoman962
April 7th, 2009, 07:12 PM
it showed up but after putting in the file name
it says "cannot execute binary file"