Kris, please linewrap after 72 chars and refrain from posting non-relevant signatures.
Kris Van Bruwaene wrote (ao): > I recently discovered that scripts have become non-executable on my reiserfs > share, even though the -x flags are set: > [EMAIL PROTECTED]:/home/kris# cat tst > #! /usr/bin/perl -w > print "Hello world\n"; > [EMAIL PROTECTED]:/home/kris# ./tst > bash: ./tst: /usr/bin/perl: bad interpreter: Toegang geweigerd #(=Access > denied) > [EMAIL PROTECTED]:/home/kris# perl tst > Hello world > [EMAIL PROTECTED]:/home/kris# cp tst /tmp > [EMAIL PROTECTED]:/home/kris# cd /tmp > [EMAIL PROTECTED]:/tmp# ./tst > Hello world > [EMAIL PROTECTED]:/tmp# ls tst -l > -rwxr-xr-x 1 root root 43 2005-08-30 15:19 tst > [EMAIL PROTECTED]:/tmp# ls /home/kris/tst -l > -rwxrwxr-x 1 kris users 43 2005-08-25 11:00 /home/kris/tst Can you try: which perl ls -l `which perl` perl -wc /home/kris/tst /home/kris/tst and send the output? -- Humilis IT Services and Solutions http://www.humilis.net
