X-Recipient: archive-cygwin@delorie.com
X-SWARE-Spam-Status: No, hits=1.9 required=5.0 	tests=BAYES_40,RCVD_NUMERIC_HELO,SPF_HELO_PASS,SPF_PASS
X-Spam-Check-By: sourceware.org
To: cygwin@cygwin.com
From: Ronald <ynnor@mm.st>
Subject:  Can't rm file, but no error message
Date: Mon, 5 Oct 2009 11:16:54 +0000 (UTC)
Lines: 16
Message-ID:  <loom.20091005T131351-597@post.gmane.org>
Mime-Version:  1.0
Content-Type:  text/plain; charset=us-ascii
Content-Transfer-Encoding:  7bit
User-Agent: Loom/3.14 (http://gmane.org/)
X-IsSubscribed: yes
Mailing-List: contact cygwin-help@cygwin.com; run by ezmlm
List-Id: <cygwin.cygwin.com>
List-Subscribe: <mailto:cygwin-subscribe@cygwin.com>
List-Archive: <http://sourceware.org/ml/cygwin/>
List-Post: <mailto:cygwin@cygwin.com>
List-Help: <mailto:cygwin-help@cygwin.com>, <http://sourceware.org/ml/#faqs>
Sender: cygwin-owner@cygwin.com
Mail-Followup-To: cygwin@cygwin.com
Delivered-To: mailing list cygwin@cygwin.com

Why don't I get an error message here?

$ ls -l test.zip
-rwx------+ 1 Administrators ???????? 1153454 Oct  5 12:49 test.zip
$ rm test.zip
$ echo $?
0
$ ls -l test.zip
-rwx------+ 1 Administrators ???????? 1153454 Oct  5 12:49 test.zip

Obviously the file wasn't removed, but rm does not give any error message.
Any idea why?

Ronald




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

