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] |
We've got a directory which is mounted from a Samba server. The server is sharing the directory as read-only. However under Cygwin
access("/path/to/samba/mount/some_file",W_OK)
is returning 0, indicating the that file is writable. I assume this is because Cygwin doesn't "know" that directory is read-only. Is there any workaround (such as an option to "mount") that would tell cygwin that the directory is read-only, or that all directories have 555 permission instead of 755?
-- Matthew All of my signatures are 100% original. Including this one.
-- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Documentation: http://cygwin.com/docs.html FAQ: http://cygwin.com/faq/
Index Nav: | [Date Index] [Subject Index] [Author Index] [Thread Index] | |
---|---|---|
Message Nav: | [Date Prev] [Date Next] | [Thread Prev] [Thread Next] |