public inbox for cygwin@cygwin.com
 help / color / mirror / Atom feed
From: Enrique Perez-Terron <enrique@perezterron.net>
To: cygwin@cygwin.com
Subject: bash /cmd disagree about owner and permissions to executable
Date: Thu, 26 Dec 2019 21:05:00 -0000	[thread overview]
Message-ID: <f9c5b02d4ae85de26519e0a700c73cab@perezterron.net> (raw)

[-- Attachment #1: Type: text/plain, Size: 1747 bytes --]

I prefer to have a single installation of python, rather than having to 
remember to install packages for various pythons.
I choose the standard windows 64-bit install of python 3.8
But today when I tried to run a script ...

> Heidi@panter ~
> $ python3 x.py
> -bash: 
> /cygdrive/c/Users/Heidi/AppData/Local/Microsoft/WindowsApps/python3: 
> Permission denied

Surprise!

Investigating...

> Heidi@panter ~
> $ ls -ld "$(type -p python3)"
> -rwxr-x--- 1 Unknown+User Unknown+Group 0 des 26 19:25 
> /cygdrive/c/Users/Heidi/AppData/Local/Microsoft/WindowsApps/python3*
> 
> Heidi@panter ~
> $ cmd /C "icacls $(cygpath -w "$(type -p python3)")"
> C:\Users\Heidi\AppData\Local\Microsoft\WindowsApps\python3.exe 
> NT-MYNDIGHET\SYSTEM:(I)(F)
>                                                                
> BUILTIN\Administratorer:(I)(F)
>                                                                
> PANTER\Heidi:(I)(F)
>                                                                
> S-1-19-512-4096:(RX,D,WDAC,WO,WA)
> 
> Successfully processed 1 files; Failed processing 0 files
> 
> Heidi@panter ~
> $ cmd /C "dir /q $(cygpath -w "$(type -p python3)")"
>  Volume in drive C is Acer
>  Volume Serial Number is 3A2C-1A76
> 
>  Directory of C:\Users\Heidi\AppData\Local\Microsoft\WindowsApps
> 
> 26.12.2019  19.25                 0 PANTER\Heidi           python3.exe
>                1 File(s)              0 bytes
>                0 Dir(s)  155â–’760â–’214â–’016 bytes free


Hey, what is this? Windows reports that the owner of the binary is 
PANTER\Heidi, but /bin/ls reports Unknown+User?

I rebboted, unistalled python and installed the app store version of 
python instead, but nothing changed.

Any suggestions?
-Thanks

[-- Attachment #2: 0xD6B3CEE5.asc --]
[-- Type: application/pgp-keys, Size: 3107 bytes --]

[-- Attachment #3: Type: text/plain, Size: 219 bytes --]


--
Problem reports:       http://cygwin.com/problems.html
FAQ:                   http://cygwin.com/faq/
Documentation:         http://cygwin.com/docs.html
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple

             reply	other threads:[~2019-12-26 20:16 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2019-12-26 21:05 Enrique Perez-Terron [this message]
2019-12-26 21:49 ` Andrey Repin
2019-12-30  3:37   ` Enrique Perez-Terron
2019-12-30 23:10     ` Brian Inglis
2020-01-06 17:01       ` Ubuntu
2019-12-27  4:51 ` Lee

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=f9c5b02d4ae85de26519e0a700c73cab@perezterron.net \
    --to=enrique@perezterron.net \
    --cc=cygwin@cygwin.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).