chmod not working after setting ntsec in CYGWIN environment variable
Terrence Brannon
metaperl.cygwin@gmail.com
Fri Mar 24 17:09:00 GMT 2006
Why won't chmod work even after setting CYGWIN properly?
terrence@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@perl2 ~/.ssh
$ echo $CYGWIN
terrence@perl2 ~/.ssh
$ export CYGWIN=ntsec
terrence@perl2 ~/.ssh
$ echo $CYGWIN
ntsec
terrence@perl2 ~/.ssh
$ chmod -v 600 id_rsa
mode of `id_rsa' changed to 0600 (rw-------)
terrence@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/
More information about the Cygwin
mailing list