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
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
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
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
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
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-
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-
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
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
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
10 matches
Mail list logo