RE: : 64-bit cygwin - cannot remove group permissions from file on ntfs

2013-08-12 Thread Luke Ordelmans
>On Aug 11 16:28, Luke Ordelmans wrote: >> Running cygwin 64-bit on Windows 8 doesn't allow me to remove group >> permissions from a file. On 32-bit cygwin doing the same thing works fine. >> >> Luke@Sorcerer ~/test $ uname -a >> CYGWIN_NT-6.2 Sorcerer 1.7.23(0.268/5/3) 2013-08-09 10:05 x86_64 C

Re: : 64-bit cygwin - cannot remove group permissions from file on ntfs

2013-08-12 Thread Corinna Vinschen
On Aug 11 16:28, Luke Ordelmans wrote: > Running cygwin 64-bit on Windows 8 doesn't allow me to remove group > permissions from a file. On 32-bit cygwin doing the same thing works fine. >   > Luke@Sorcerer ~/test $ uname -a > CYGWIN_NT-6.2 Sorcerer 1.7.23(0.268/5/3) 2013-08-09 10:05 x86_64 Cygwin

: 64-bit cygwin - cannot remove group permissions from file on ntfs

2013-08-11 Thread Luke Ordelmans
Running cygwin 64-bit on Windows 8 doesn't allow me to remove group permissions from a file. On 32-bit cygwin doing the same thing works fine.   Luke@Sorcerer ~/test $ uname -a CYGWIN_NT-6.2 Sorcerer 1.7.23(0.268/5/3) 2013-08-09 10:05 x86_64 Cygwin Luke@Sorcerer ~/test $ touch test Luke@Sorcerer ~