Mailing-List: contact cygwin-help AT sourceware DOT cygnus DOT com; run by ezmlm List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-owner AT sources DOT redhat DOT com Delivered-To: mailing list cygwin AT sources DOT redhat DOT com Date: Fri, 17 Aug 2001 14:22:16 +0100 (IST) From: "Pamela O'Shea" X-X-Sender: To: Subject: mv and chmod bugs ? Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Hi, I am not fully sure if these have been reported before but an archive search didnt return any results. I have cygwin 1.3.2 release, and the mv and chmod commands seem to have a problem. 1. 'chmod' for example doesnt change *any* permissions for any file, example $ touch test $ ls -l test -rw-r--r-- 1 poshea None 0 Aug 17 14:15 test $ chmod 700 test $ ls -l test -rw-r--r-- 1 poshea None 0 Aug 17 14:15 test 2. Also 'mv' has this unusal behaviour: $ ls file1 file2 file3 testDirectory $ mv * testDirectory mv: cannon copy a direcoty, `testDirectory`, into itself, `testDirectory/testDirectory` $ cd testDirectory $ ls file1 file2 file3 testDirectory ..so it complains but still copies the directory anyway Regards, P. (o_ //\ V_/_ -- 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/