Re: "test" producing unexpected results after "chmod"

2018-12-22 Thread Marco Atzeri
Am 23.12.2018 um 06:59 schrieb Steven Penny: With Linux, these commands produce expected results:    $ cd /tmp    $ touch alpha.txt    $ test -r alpha.txt; echo "$?"    0    $ chmod -r alpha.txt    $ test -r alpha.txt; echo "$?"    1    $ chmod +r alpha.txt    $ test -r alpha.txt; echo

"test" producing unexpected results after "chmod"

2018-12-22 Thread Steven Penny
With Linux, these commands produce expected results: $ cd /tmp $ touch alpha.txt $ test -r alpha.txt; echo "$?" 0 $ chmod -r alpha.txt $ test -r alpha.txt; echo "$?" 1 $ chmod +r alpha.txt $ test -r alpha.txt; echo "$?" 0 However with Cygwin, unexpected results are

RE: Problem with effective permissions -rw----rw-+

2018-12-22 Thread chris.day
I think I've resolved this for now, as the Windows ACL's were a little off and I reset using ICACLS * /T /Q /C /RESET Cheers Chris -Original Message- From: cygwin-ow...@cygwin.com On Behalf Of cyg Simple Sent: 22 December 2018 16:50 To: cygwin@cygwin.com Subject: Re: Problem with effe

Re: Win32/Cloxer.D!cl detected in setup.exe program

2018-12-22 Thread Michael Wild
On Sat, 22 Dec 2018, 17:52 Gerrit Cap wrote: > I just downloaded the setup.exe for 64bit from cygwin.com and Microsoft > Defender quarantaines it because of Win32/Cloxer.D!cl > Hi Please refer to https://cygwin.com/faq/faq.html#faq.setup.virus. Most likely this is just another false positive. A

Win32/Cloxer.D!cl detected in setup.exe program

2018-12-22 Thread Gerrit Cap
I just downloaded the setup.exe for 64bit from cygwin.com and Microsoft Defender quarantaines it because of Win32/Cloxer.D!cl -- Problem reports: http://cygwin.com/problems.html FAQ: http://cygwin.com/faq/ Documentation: http://cygwin.com/docs.html Unsubscribe in

Re: Problem with effective permissions -rw----rw-+

2018-12-22 Thread cyg Simple
On 12/22/2018 5:26 AM, chris@pinky.co.uk wrote: I'm facing a problem with effective permissions, where the group permission is unset; chrisd@edmund:tmp > touch dummy;ls -l dummy;getfacl dummy -rwrw-+ 1 chrisd None 0 Dec 22 10:22 dummy # file: dummy # owner: chrisd # group: None user::rw-

Re: Problem with effective permissions -rw----rw-+

2018-12-22 Thread cyg Simple
On 12/22/2018 5:26 AM, chris@pinky.co.uk wrote: I'm facing a problem with effective permissions, where the group permission is unset; chrisd@edmund:tmp > touch dummy;ls -l dummy;getfacl dummy -rwrw-+ 1 chrisd None 0 Dec 22 10:22 dummy # file: dummy # owner: chrisd # group: None user::rw-

Re: Windows - special device question message 6168

2018-12-22 Thread cyg Simple
On 12/22/2018 10:40 AM, Gary Graham wrote: Greetings, I am trying to use a command that works on Linuz, but I want to use this on Windows. SOCAT>socat pty,link=/dev/ttyV0,waitslave tcp:192.168.x.xx:8023 2 [main] socat 6168 find_fast_cwd: WARNING: Couldn't compute FAST_CWD pointer. Pleas

Windows - special device question message 6168

2018-12-22 Thread Gary Graham
Greetings, I am trying to use a command that works on Linuz, but I want to use this on Windows. SOCAT>socat pty,link=/dev/ttyV0,waitslave tcp:192.168.x.xx:8023 2 [main] socat 6168 find_fast_cwd: WARNING: Couldn't compute FAST_CWD pointer. Please report this problem to the public mailing li

Problem with effective permissions -rw----rw-+

2018-12-22 Thread chris.day
I'm facing a problem with effective permissions, where the group permission is unset; chrisd@edmund:tmp > touch dummy;ls -l dummy;getfacl dummy -rwrw-+ 1 chrisd None 0 Dec 22 10:22 dummy # file: dummy # owner: chrisd # group: None user::rw- group::rw- #effective:--- group:Administ