Re: perlcc and permissions

2005-08-29 Thread Yitzchak Scott-Thoennes
On Sun, Aug 28, 2005 at 10:08:34PM +0200, Krzysztof Duleba wrote: > Baksik, Frederick (NM75) wrote: > > > The command /usr/bin/perlcc is actually a perl script that performs > the -r > > check to test if it can open the file. > > Thanks for explanation. I assumed that perlcc is a binary file. IIR

Re: perlcc and permissions

2005-08-28 Thread Krzysztof Duleba
Reini Urban wrote: > > > Thanks for explanation. I assumed that perlcc is a binary file. IIRC this > > is a known issue with perl scripts. > > No. That's a known issue if you are member of the magic Windows > Administrators group. No. This applies to all Windows groups. I think it is importand to

Re: perlcc and permissions

2005-08-28 Thread Reini Urban
Krzysztof Duleba schrieb: Baksik, Frederick (NM75) wrote: The command /usr/bin/perlcc is actually a perl script that performs the -r check to test if it can open the file. Thanks for explanation. I assumed that perlcc is a binary file. IIRC this is a known issue with perl scripts. No. That's

Re: perlcc and permissions

2005-08-28 Thread Krzysztof Duleba
Baksik, Frederick (NM75) wrote: > The command /usr/bin/perlcc is actually a perl script that performs the -r > check to test if it can open the file. Thanks for explanation. I assumed that perlcc is a binary file. IIRC this is a known issue with perl scripts. > So when perl does the -r check, it

Re: perlcc and permissions

2005-08-28 Thread Brian Dessent
"Baksik, Frederick (NM75)" wrote: (Disclaimer - I'm no expert on this stuff) > # owner: Administrators > # group: Domain Users > user::rw- > group::--- > mask:rwx > other:--- > > [EMAIL PROTECTED] ~ > $ perl -ne 'print "hi: ", $_' new.pl > hi: print "hello world\n" Is 'e728075' a member of the

RE: perlcc and permissions

2005-08-28 Thread Baksik, Frederick (NM75)
> Krzysztof Duleba wrote: > > Brian Dessent wrote: > > > $ ls -l foo.pl > > > -rwx--+ 1 Administratorzy Brak 34 Aug 28 16:29 foo.pl > > > > > > I guess that in strict mode the file should not be readable by me. > > > However, cat and perl can read it without problems. > > > > I don't kno

Re: perlcc and permissions

2005-08-28 Thread Krzysztof Duleba
Brian Dessent wrote: > > $ ls -l foo.pl > > -rwx--+ 1 Administratorzy Brak 34 Aug 28 16:29 foo.pl > > > > I guess that in strict mode the file should not be readable by me. > > However, cat and perl can read it without problems. > > I don't know why perlcc complains when perl does not. But t

Re: perlcc and permissions

2005-08-28 Thread Brian Dessent
Krzysztof Duleba wrote: > $ ls -l foo.pl > -rwx--+ 1 Administratorzy Brak 34 Aug 28 16:29 foo.pl > > I guess that in strict mode the file should not be readable by me. > However, cat and perl can read it without problems. I don't know why perlcc complains when perl does not. But the above s