Hi everyone, What to do if the install file is not marked as executable ? This file is now on a CD. How do I change the permissions ?
On Sat, May 29, 2010 at 09:17, d314159 <wineforum-user at winehq.org> wrote:> Hi everyone, > What to do if the install file is not marked as executable ? > This file is now on a CD. > How do I change the permissions ?Files on a CDROM are not modifiable. If it's a script, you can use <interpreter name><file name> (ex: bash myScript.sh)
Fr??d??ric Delanoy wrote:> > Files on a CDROM are not modifiable. > If it's a script, you can use <interpreter name><file name> (ex: bash > myScript.sh)Thanks for this answer. Two remarks : 1) I am now using GNU/Linux Ubuntu Lucid Lynx : the install file isn't marked as executable 2) Before I was working with Karmic Koala and no problem to install the software with this CD. An idea ?
On Sat, May 29, 2010 at 09:17, d314159 <wineforum-user at winehq.org> wrote:> Hi everyone, > What to do if the install file is not marked as executable ? > This file is now on a CD. > How do I change the permissions ? >You should be able to change the default permissions that CDs without permission support gets mounted as... See the mode mount option for iso9660 in the mount man page: http://linux.die.net/man/8/mount If your distribution is mounting the CD on your behalf, you should ask their forums / mailing list how to mount / remount it with different options... Gert
Gert van den Berg wrote:> On Sat, May 29, 2010 at 09:17, d314159 <wineforum-user at winehq.org> wrote: > > > Hi everyone, > > What to do if the install file is not marked as executable ? > > This file is now on a CD. > > How do I change the permissions ? > > > > > You should be able to change the default permissions that CDs without > permission support gets mounted as... > > See the mode mount option for iso9660 in the mount man page: > http://linux.die.net/man/8/mount > > If your distribution is mounting the CD on your behalf, you should ask > their forums / mailing list how to mount / remount it with different > options... > > GertThanks, it works ! Bedankt !