TCLUG Archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [TCLUG:1906] Shell Script Question



Hey guys, I've seen this problem before, in fact I've had it.  It's a real easy fix.  When one mounts a cdrom with the defaults, no matter what the permissions, you can't execute any files off the filesystem, you must mount with the option exec, add it to the fstab or mount with.
mount -o ro,exec /dev/cdrom /mnt/cdrom 

Jon Schewe