<br><br><div class="gmail_quote">On Mon, Jul 27, 2009 at 3:20 AM, James Pearson <span dir="ltr"><<a href="mailto:james-p@moving-picture.com">james-p@moving-picture.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
<div class="im">Dave wrote:<br>
> command I typed:<br>
> /media/MATHWORKS_R2009A/install &<br>
><br>
> Error message I received:<br>
> [1] 10759<br>
> [root@taro matlab]# bash: /media/MATHWORKS_R2009A/install: /bin/sh:<br>
> bad interpreter: Permission denied<br>
><br>
> Solution:<br>
><br>
> mount -o remount -o exec /dev/scd0<br>
><br>
> (scd0 is the drive where the DVD is inserted.)<br>
><br>
> Hope this helps someone with the same problem.<br>
<br>
</div>You could have probably run the script using:<br>
<br>
sh /media/MATHWORKS_R2009A/install<br>
</blockquote><div><br>No, I had tried that before I figured out that the DVD had been mounted with the noexec option. Noexec must be the default. No script located on the DVD can be executed by any shell so long as that option is in effect, AIUI. <br>
Dave<br></div></div><br>