X-Recipient: archive-cygwin AT delorie DOT com X-Spam-Check-By: sourceware.org Date: Wed, 9 Mar 2011 12:38:51 +0100 From: Corinna Vinschen To: cygwin AT cygwin DOT com Subject: Re: if [ -w branching: how to spot a locked USB stick Message-ID: <20110309113851.GQ12899@calimero.vinschen.de> Reply-To: cygwin AT cygwin DOT com Mail-Followup-To: cygwin AT cygwin DOT com References: <4D776051 DOT 6040303 AT bonhard DOT uklinux DOT net> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline In-Reply-To: <4D776051.6040303@bonhard.uklinux.net> User-Agent: Mutt/1.5.21 (2010-09-15) Mailing-List: contact cygwin-help AT cygwin DOT com; run by ezmlm Precedence: bulk List-Id: List-Unsubscribe: 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 On Mar 9 11:11, Fergus wrote: > >> http://cygwin.com/ml/cygwin-cvs/2007-q3/msg00035.html > > Thanks, Corinna, amazingly helpful and prompt (and concise) as usual. > However: here is an excerpt from a DOS command prompt: > > Q:\home\user>dir /ar /s /b > Q:\home\user\sc\l\gn > Q:\home\user\sc\d\amy.d > > In other words, under $HOME, there is one read-only folder > ~/sc/l/gn/ and one read-only file ~/sc/l/d/amy.d. > However, ls -al exhibits this attribute only for the file and not > the folder: > > ~> # NB In what follows ... > ~> # ... amy.d shows up as -r-- not -rw- GOOD ... > ~> # ... but gn shows up as drwx not d-wx NOT SO GOOD > ~> ls -alR sc > ... > sc/d: > ... > -r--r--r-- 1 fergus q.1.7 4829 Feb 16 07:00 amy.d > ... > sc/l: > drwxr-xr-x 1 fergus q.1.7 0 Mar 8 14:56 gn/ > ... > > and if [ -w ... also gets things wrong: > > ~> if [ -w sc/d/amy.d ] ; then echo +W ; else echo -W ; fi > -W > ~> if [ -w sc/l/gn ] ; then echo +W ; else echo -W ; fi > +W > > Is this something that could receive attention? (Hope I haven't > somehow got things wrong myself.) First of all, this is something entirely different from what you were asking in your OP. Second, keep in mind that the R/O attribute on directories does not indicate a read-only directory, therefore it's ignored by Cygwin as well. See http://support.microsoft.com/kb/326549. Corinna -- Corinna Vinschen Please, send mails regarding Cygwin to Cygwin Project Co-Leader cygwin AT cygwin DOT com Red Hat -- 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