| delorie.com/archives/browse.cgi | search |
| Mailing-List: | contact cygwin-help AT cygwin DOT com; run by ezmlm |
| List-Subscribe: | <mailto:cygwin-subscribe AT cygwin DOT com> |
| List-Archive: | <http://sources.redhat.com/ml/cygwin/> |
| List-Post: | <mailto:cygwin AT cygwin DOT com> |
| List-Help: | <mailto:cygwin-help AT cygwin DOT com>, <http://sources.redhat.com/ml/#faqs> |
| Sender: | cygwin-owner AT cygwin DOT com |
| Mail-Followup-To: | cygwin AT cygwin DOT com |
| Delivered-To: | mailing list cygwin AT cygwin DOT com |
| X-Originating-IP: | [203.45.145.247] |
| From: | "Xavier Bergade" <xbergade AT hotmail DOT com> |
| To: | <cygwin AT cygwin DOT com> |
| Subject: | 1.1.10 Problem: mv and directories in use |
| Date: | Tue, 2 Apr 2002 20:31:26 +1000 |
| MIME-Version: | 1.0 |
| X-Priority: | 3 |
| X-MSMail-Priority: | Normal |
| X-MimeOLE: | Produced By Microsoft MimeOLE V6.00.2600.0000 |
| Message-ID: | <OE47PHuJIQSP9lk34ry0000301e@hotmail.com> |
| X-OriginalArrivalTime: | 02 Apr 2002 10:31:09.0859 (UTC) FILETIME=[812DA730:01C1DA31] |
On windows XP & 2000:
open 2 instances of cygwin
instance 1:
mkdir /1 && echo "tst" > /1/tst && cd /1
instance 2:
cd /
mv /1 /2
Instead of returning an error, something like "/1" is in use, it copies /1
to /2, THEN returns:
mv: cannot remove directory `/1': Permission denied
mv: cannot remove `/1': Permission denied
Shouldn't it say something like:
mv: cannot move `/1': Directory in use
Regards,
Xavier Bergade.
--
Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple
Bug reporting: http://cygwin.com/bugs.html
Documentation: http://cygwin.com/docs.html
FAQ: http://cygwin.com/faq/
| webmaster | delorie software privacy |
| Copyright © 2019 by DJ Delorie | Updated Jul 2019 |