i've been trying to install a .bin file. i've already tried "chmod a+x <file>" but still, when i run the file with "./<file>" i get permission denied.. can anyone help me with this?
mongskie@mongskie-os:/media/System/Java$ sudo chmod a+x jre-6u25-linux-i586.bin
mongskie@mongskie-os:/media/System/Java$ ls -l
total 21076
-rw------- 1 mongskie mongskie 21579890 2011-06-02 21:23 jre-6u25-linux-i586.bin
mongskie@mongskie-os:/media/System/Java$ ./jre-6u25-linux-i586.bin
bash: ./jre-6u25-linux-i586.bin: Permission denied

Reply With Quote
