Re: shell script problem (was: Re: [OT] rearranging data files)

2002-06-08 Thread Derrick 'dman' Hudson
On Sat, Jun 08, 2002 at 07:14:03PM +0200, Jörg Johannes wrote: | > Hm. | > | > If | > ./col2row.sh | > gives "Keine Berechtigung", but this one works: | > sh ./col2row.sh | > | > then you most likely put the script on a filesystem that has been | > mounted with the "noexec" attribute. Som

shell script problem (was: Re: [OT] rearranging data files)

2002-06-08 Thread Jörg Johannes
> Hm. > > If > ./col2row.sh > gives "Keine Berechtigung", but this one works: > sh ./col2row.sh > > then you most likely put the script on a filesystem that has been > mounted with the "noexec" attribute. Sometimes people mount /tmp this > way. Another test of this would be to copy /bin/l