permission denied when trying to execute a binary I burned to a CD-R

Posted by user16654 on Super User See other posts from Super User or by user16654
Published on 2010-03-23T22:56:53Z Indexed on 2010/03/23 23:13 UTC
Read the original article Hit count: 282

Filed under:
|
|
|

On a UBUNTU karmic machine, I burned a cd from the command prompt using:

cdrecord -v speed=16 dev=0,1,0 /FPS.iso

The CD now contains an executable and some files. I tested the cd by loading it onto another machine (Red Hat 5.3) and when I try to run the program I get the following message:

bash: ./FPS1_1: Permission denied

I can open other files like text documents (the executable also comes with shared libraries). I realized I had burned the cd as root so I burned another one as another user but I still got the same problem. How can I remove this permission or what is the problem?

P.S. the image was in / if that helps

© Super User or respective owner

Related posts about redhat

Related posts about cd-burning