This is the mail archive of the cygwin mailing list for the Cygwin project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: Installer cannot write to Cygwin's /usr/local/etc


On 16/02/2014 08:27, Andrey Repin wrote:
Greetings, Marco Atzeri!


However you can check the Windows ACL with

$ cd /usr/local

/usr/local
$ getfacl bin

I would say, if you want to see _windows_ permissions, you need to use cacls.
gerfacl only show POSIX approximation of windows permissions.



correct.

Curious however
 NOTE: Cacls is now deprecated, please use Icacls.

but the two provide a slight different outputs:

  $ Icacls etc
etc GE-MATZERI-EU\0356EU:(F)
    BUILTIN\Administrators:(RX)
    Everyone:(RX)
    CREATOR OWNER:(OI)(CI)(IO)(F)
    CREATOR GROUP:(OI)(CI)(IO)(RX)
    Everyone:(OI)(CI)(IO)(RX)

 $ Icacls bin
bin GE-MATZERI-EU\0356EU:(F)
    BUILTIN\Administrators:(RX)
    Everyone:(RX)
    CREATOR OWNER:(OI)(CI)(IO)(F)
    CREATOR GROUP:(OI)(CI)(IO)(RX)
    Everyone:(OI)(CI)(IO)(RX)


$ cacls etc
E:\cygwin\usr\local\etc GE-MATZERI-EU\0356EU:F
                        BUILTIN\Administrators:R
                        Everyone:R
                        CREATOR OWNER:(OI)(CI)(IO)F
                        CREATOR GROUP:(OI)(CI)(IO)R
                        Everyone:(OI)(CI)(IO)R


$ cacls bin
E:\cygwin\usr\local\bin GE-MATZERI-EU\0356EU:F
                        BUILTIN\Administrators:R
                        Everyone:R
                        CREATOR OWNER:(OI)(CI)(IO)F
                        CREATOR GROUP:(OI)(CI)(IO)R
                        Everyone:(OI)(CI)(IO)R


cheers
Marco

--
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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]