Well ..... hmm ....
I've been able to execute rpms and I've been able to execute bins..... which one is it?
I've come across executables with the .bin extension which have been distributed without executable permissions. Make sure that you're the owner of the file and that read/write/execute permissions are available to you. (e.g. chmod 700) Then you should be able to run ./file.bin from a terminal.
cscgal
The Queen of DaniWeb
19,421 posts since Feb 2002
Reputation Points: 1,474
Solved Threads: 229
btw... you say you tried running it by typing out its name in a konsole. just wanna make sure you know to browse to the directory the file's located in, make sure you have executable permissions, and then type
./filename.bin
g'luck :)
cscgal
The Queen of DaniWeb
19,421 posts since Feb 2002
Reputation Points: 1,474
Solved Threads: 229
The commands you showed are EXACTLY what I said to do. Chmod'ing a file means changing its permissions (to the best of my knowledge). You gave the file permission to read and execute it. And then you made a /usr/local/java directory. And then you executed the file you just finished giving execute permissions. ;)
cscgal
The Queen of DaniWeb
19,421 posts since Feb 2002
Reputation Points: 1,474
Solved Threads: 229
hehe good luck
... linux isn't too bad once u get the hang out it; i'm still most definitely a newbie myself ;)
cscgal
The Queen of DaniWeb
19,421 posts since Feb 2002
Reputation Points: 1,474
Solved Threads: 229