Why won't chmod work even after setting CYGWIN properly? [EMAIL PROTECTED] ~/.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
[EMAIL PROTECTED] ~/.ssh $ echo $CYGWIN [EMAIL PROTECTED] ~/.ssh $ export CYGWIN=ntsec [EMAIL PROTECTED] ~/.ssh $ echo $CYGWIN ntsec [EMAIL PROTECTED] ~/.ssh $ chmod -v 600 id_rsa mode of `id_rsa' changed to 0600 (rw-------) [EMAIL PROTECTED] ~/.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/