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: Conflict between Cygwin 1.7 and Ubuntu for Windows 14316


2016-04-18 15:25 GMT+02:00 Gerrit Haase wrote:
> my thought was, that UoW maybe requires (X) to access a file,
> because this is the bit missing from these files, and of course this
> is most probably a bug in UoW, if adding (X) is the solution to access
> Cygwin created files from UoW.


And this is it:
root@localhost:/mnt/c/cygwin/home/Gerrit# cat file3
cat: file3: Permission denied

Gerrit@GPHT410 ~
$ chmod a+x file3

root@localhost:/mnt/c/cygwin/home/Gerrit# cat file3
hello


root@localhost:/mnt/c/cygwin/home/Gerrit# ls -la file3
-rwxrwxrwx 1 root root 6 Apr 18 17:07 file3
root@localhost:/mnt/c/cygwin/home/Gerrit# chmod 644 file3
root@localhost:/mnt/c/cygwin/home/Gerrit# ls -la file3
-rwxrwxrwx 1 root root 6 Apr 18 17:07 file3


LOL...

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