X-Recipient: archive-cygwin AT delorie DOT com X-SWARE-Spam-Status: No, hits=-0.9 required=5.0 tests=AWL,BAYES_20,RCVD_IN_DNSWL_NONE,TW_JR X-Spam-Check-By: sourceware.org Subject: [ -w filename ] returns true when permissions are -r--r--r-- From: Reid Thompson Reply-To: Reid DOT Thompson AT ateb DOT com To: cygwin AT cygwin DOT com Content-Type: text/plain; charset="UTF-8" Date: Wed, 20 Jul 2011 14:05:47 -0400 Message-ID: <1311185147.5730.20.camel@raker.ateb.com> Mime-Version: 1.0 Content-Transfer-Encoding: 7bit X-IsSubscribed: yes Mailing-List: contact cygwin-help AT cygwin DOT com; run by ezmlm List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-owner AT cygwin DOT com Mail-Followup-To: cygwin AT cygwin DOT com Delivered-To: mailing list cygwin AT cygwin DOT com Is this broken? Or a known windows/cygwin discrepancy? Or am I missing something with my posix/windows file permissions settings reid DOT thompson AT ws-jrt ~ $ ls -rlt afile -r--r--r-- 1 reid.thompson Domain Users 6 2011-07-20 14:02 afile reid DOT thompson AT ws-jrt ~ $ if [ -w afile ]; then echo " file is writeable"; else echo " file is not writeable"; fi file is writeable -- 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