X-Spam-Check-By: sourceware.org Message-ID: <82a397f60603240905t5eb6a726o83da83b60200907e@mail.gmail.com> Date: Fri, 24 Mar 2006 09:05:21 -0800 From: "Terrence Brannon" To: cygwin AT cygwin DOT com Subject: chmod not working after setting ntsec in CYGWIN environment variable MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Disposition: inline X-IsSubscribed: yes Mailing-List: contact cygwin-help AT cygwin DOT com; run by ezmlm 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 Content-Transfer-Encoding: 8bit X-MIME-Autoconverted: from quoted-printable to 8bit by delorie.com id k2OH5r1w011778 Why won't chmod work even after setting CYGWIN properly? terrence AT perl2 ~/.ssh $ ls -l total 9 -rw-r--r-- 1 terrence mkgroup-l-d 1675 Mar 14 10:02 id_rsa -rw-r--r-- 1 terrence mkgroup-l-d 396 Mar 14 10:02 id_rsa.pub -rw-r--r-- 1 terrence mkgroup-l-d 733 Mar 13 12:29 known_hosts terrence AT perl2 ~/.ssh $ echo $CYGWIN terrence AT perl2 ~/.ssh $ export CYGWIN=ntsec terrence AT perl2 ~/.ssh $ echo $CYGWIN ntsec terrence AT perl2 ~/.ssh $ chmod -v 600 id_rsa mode of `id_rsa' changed to 0600 (rw-------) terrence AT perl2 ~/.ssh $ ls -l id_rsa -rw-r--r-- 1 terrence mkgroup-l-d 1675 Mar 14 10:02 id_rsa -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Documentation: http://cygwin.com/docs.html FAQ: http://cygwin.com/faq/