Re: chmod works only for cygwin processes

2006-05-08 Thread Igor Peshansky
On Mon, 8 May 2006, Magnus Svensson wrote: > Dave Korn wrote: > > > [snip] > > Also, please verify that you're running the expected versions of > > mkdir, chmod, ls, etc. using the 'which' command... it's just possible > > there's a non-cygwin version in your path. > > [EMAIL PROTECTED]:~> pwd >

Re: chmod works only for cygwin processes

2006-05-08 Thread Magnus Svensson
Dave Korn wrote: On 04 May 2006 13:03, Magnus Svensson wrote: # Now I pipe "dir test" to windows cmd.exe and it can read it. Can't reproduce. What do you see as output if you run "getfacl testdir" and "cacls testdir" in the bash shell after the cmd.exe test shows it can be read? This

RE: chmod works only for cygwin processes

2006-05-08 Thread Dave Korn
On 04 May 2006 13:03, Magnus Svensson wrote: > # Now I pipe "dir test" to windows cmd.exe and it can read it. Can't reproduce. What do you see as output if you run "getfacl testdir" and "cacls testdir" in the bash shell after the cmd.exe test shows it can be read? Also, please verify that

Re: chmod works only for cygwin processes

2006-05-06 Thread Robert Pendell
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Magnus Svensson wrote: > Hi, > > I'm experiencing a problem that a file that I make "chmod -r" on from a > perl script(or manually as you can see below) is readable from a windows > process. I.e the chmod seems to work only for the cygwin programs. >

chmod works only for cygwin processes

2006-05-04 Thread Magnus Svensson
Hi, I'm experiencing a problem that a file that I make "chmod -r" on from a perl script(or manually as you can see below) is readable from a windows process. I.e the chmod seems to work only for the cygwin programs. Here is what I do to reproduce it: # Create a test directory [EMAIL PROTECTE