On Thu, 2008-05-08 at 07:51 +0200, Sven Joachim wrote: > On 2008-05-08 00:42 +0200, michael wrote: > > > [EMAIL PROTECTED]:~/work/Fortran$ ./simple.out > > -bash: ./simple.out: Permission denied > > [EMAIL PROTECTED]:~/work/Fortran$ ls -lt ./simple.out > > -rwxr-xr-x 1 mkb mkb 10039 May 7 23:41 ./simple.out* > > Is the partition mounted with the noexec flag?
aha, I had mounted my 'work' partition viz [EMAIL PROTECTED]:~/work/Fortran$ grep work /etc/fstab /dev/hdb1 /mnt/work ext2 rw,user,noauto 0 2 [EMAIL PROTECTED]:~/work/Fortran$ mount|grep work /dev/hdb1 on /mnt/work type ext2 (rw,noexec,nosuid,nodev,user=mkb) by appending 'exec' to the mount options it does not indeed work, thanks! [EMAIL PROTECTED]:~/work/Fortran$ grep work /etc/fstab;mount|grep work; ./simple.out /dev/hdb1 /mnt/work ext2 rw,user,noauto,exec 0 2 /dev/hdb1 on /mnt/work type ext2 (rw,nosuid,nodev,user=mkb) hi 0 -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]