This is the mail archive of the cygwin mailing list for the Cygwin project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

chmod not working after setting ntsec in CYGWIN environment variable


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/


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]