From mboxrd@z Thu Jan 1 00:00:00 1970 From: michael chang Subject: Re: Executability problem Date: Tue, 30 Aug 2005 14:21:48 -0400 Message-ID: References: <20050830152859.45e0b010.Kris.VanBruwaene@vrt.be> Mime-Version: 1.0 Content-Transfer-Encoding: quoted-printable Return-path: list-help: list-unsubscribe: list-post: Errors-To: flx@namesys.com In-Reply-To: <20050830152859.45e0b010.Kris.VanBruwaene@vrt.be> Content-Disposition: inline List-Id: Content-Type: text/plain; charset="us-ascii" To: Kris.VanBruwaene@vrt.be Cc: reiserfs-list@namesys.com On 8/30/05, Kris Van Bruwaene wrote: > I recently discovered that scripts have become non-executable on my reise= rfs share, even though the -x flags are set: > root@A00012344:/home/kris# cat tst > #! /usr/bin/perl -w > print "Hello world\n"; > root@A00012344:/home/kris# ./tst > bash: ./tst: /usr/bin/perl: bad interpreter: Toegang geweigerd #(=3DAcces= s denied) I believe the line should read #!/usr/bin/perl -w not=20 #! /usr/bin/perl -w [no space between "!" and first "/"] unless that's a typo between output and your file. --=20 ~Mike - Just my two cents - No man is an island, and no man is unable.