This is the mail archive of the cygwin@cygwin.com 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]

Re: chmod/chown + ntsec doesn't work (Solution?)


Hi,

Here is a possible solution. When I start bash through
the shortcut, the CYGWIN variable is not exported from
W2K to bash:

>From cmd.exe:
C:\>echo %CYGWIN%
export ntsec ntea

C:\>\cygwin\cygwin.bat
je734613:jme> echo $CYGWIN

je734613:jme>

In that case, the chmod & chown do not work.

If I set CYGWIN explicitely in bash as:
export CYGWIN="ntsec ntea export"
then chmod & chown work!

My 2 cents,

Jean-Marc


__________________________________________________
Do You Yahoo!?
Make a great connection at Yahoo! Personals.
http://personals.yahoo.com

--
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/


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