sudo guru needed

Marius Gedminas marius at pov.lt
Mon Oct 2 18:35:53 UTC 2006


On Mon, Oct 02, 2006 at 11:55:50AM -0500, Albert Wagner wrote:
> I have downloaded and burned a cd from Cincom that is an installation 
> disk for Smalltalk. In the root directory of the cd (/media/cdrom0/) 
> there exists a shell (sh) file named installUnix which must be run. It 
> is owned by root and in group root with permissions -r-xr-xr-x.  In a 
> terminal I get:
> 
> # /media/cdrom0
> # ./installUnix
> bash: ./installUnix: /bin/sh: bad interpreter: Permission denied

The CD is most likely mounted with the 'noexec' option.

Try

  # mount -o remount,exec /media/cdrom0

(Although I personally would never run random 3-rd party installation
scripts with root privileges.)

Marius Gedminas
-- 
99 little bugs in the code,
99 bugs in the code,
fix one bug, compile it again...
101 little bugs in the code....
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 189 bytes
Desc: Digital signature
URL: <https://lists.ubuntu.com/archives/ubuntu-users/attachments/20061002/48235383/attachment.sig>


More information about the ubuntu-users mailing list