Note that there are some explanatory texts on larger screens.

plurals
  1. PO
    primarykey
    data
    text
    <p>@cdhowie is right; this is a bug of msys tracked there -> <a href="http://sourceforge.net/tracker/?func=detail&amp;atid=102435&amp;aid=3071537&amp;group_id=2435" rel="nofollow">http://sourceforge.net/tracker/?func=detail&amp;atid=102435&amp;aid=3071537&amp;group_id=2435</a></p> <blockquote> <p>It cannot do anything more useful than it already does, unless it fakes it in the POSIX emulation, as Cygwin does. However, what Cygwin does is mostly irrelevant; since MSYS was forked from Cygwin-1.3, most of that faking was <em>deliberately</em> disabled -- it <em>isn't</em> an objective of MSYS, to provide faked POSIX features to the extent supported by Cygwin. If you want Cygwin's behaviour, and MSYS doesn't retain it sufficiently for your needs, then you should use Cygwin.</p> <p>MSYS is designed to better integrate with the <em>native</em> MS-Windows features supported by MinGW. In this native MS-Windows environment, there is no file system attribute which can mark a file as executable -- that is indicated by magic byte sequences within the file's data space, (and usually also qualified by a file name extension to match). There is no way MSYS chmod can safely modify that, without risk of file corruption, other than by more completely embracing Cygwin's emulation. However, that is diametrically opposed to the MSYS Project objectives -- it just ain't going to happen.</p> </blockquote> <p>@kbulgrien gives the good approach to change the permissions:</p> <ul> <li><code>cacls</code>: <a href="http://ss64.com/nt/cacls.html" rel="nofollow">http://ss64.com/nt/cacls.html</a>, or</li> <li><code>icacls</code>: <a href="http://ss64.com/nt/icacls.html" rel="nofollow">http://ss64.com/nt/icacls.html</a></li> </ul> <p><em>Note: <code>icacls</code> is the new version of <code>cacls</code> correcting several issues but seems to be not present in Windows XP.</em></p> <p>You can use either of the following commands to give full access rights to Everyone:</p> <ul> <li><code>cacls "$file_path" //E //P Everyone:F</code> </li> <li><code>icacls "$file_path" //grant Everyone:F</code> </li> </ul> <p>Note that <code>ls -l</code> in Msys won't display accurate information on real ACLs after the usage of <code>cacls</code> or <code>icacls</code>.</p>
    singulars
    1. This table or related slice is empty.
    plurals
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload