www.delorie.com/archives/browse.cgi | search |
Mailing-List: | contact cygwin-help AT cygwin DOT com; run by ezmlm |
List-Subscribe: | <mailto:cygwin-subscribe AT cygwin DOT com> |
List-Archive: | <http://sources.redhat.com/ml/cygwin/> |
List-Post: | <mailto:cygwin AT cygwin DOT com> |
List-Help: | <mailto:cygwin-help AT cygwin DOT com>, <http://sources.redhat.com/ml/#faqs> |
Sender: | cygwin-owner AT cygwin DOT com |
Mail-Followup-To: | cygwin AT cygwin DOT com |
Delivered-To: | mailing list cygwin AT cygwin DOT com |
Date: | Thu, 26 Sep 2002 09:23:27 -0400 |
From: | "Zieg, Mark" <mark DOT zieg AT lmco DOT com> |
Subject: | RE: can't chmod files that I own |
To: | "'Jeff Perry'" <jsp AT mail DOT utexas DOT edu>, cygwin AT cygwin DOT com |
Message-id: | <7424935D9B6CD311B72800508B108FD20D1767C8@emss03m08.orl.lmco.com> |
MIME-version: | 1.0 |
I had the exact same problem with Cygwin & CVS. I think the problem is that NT's idea of "perry" doesn't match Cygwin's definition of UID 1119. If you're on an NT Domain, have you done the "mkpasswd -u perry -d COMPANY_DOMAIN >> /etc/passwd"? That's what fixed it for me. See this for another workaround: http://cygwin.com/ml/cygwin/2002-09/msg01167.html -----Original Message----- From: Jeff Perry [mailto:jsp AT mail DOT utexas DOT edu] Sent: Wednesday, September 25, 2002 5:19 PM To: cygwin AT cygwin DOT com Subject: can't chmod files that I own I have read the documentation on 'ntsec', but I still don't understand why I can't chmod files that I own. I noticed this when using cvs. For example: $cvs update cvs server: Updating . U blah.cpp cvs update: cannot change mode of ./blah.cpp: Invalid argument $ ls -l total 54 drwxrwxrwx 2 Administ None 4096 Sep 25 14:47 CVS -rw-rw-rw- 1 1119 None 871 Sep 25 14:15 blah.cpp Here is another example that doesn't involve cvs: $ whoami perry $ echo text > temp $ ls -l total 1 -rwxrwxrwx 1 1119 None 5 Sep 25 14:56 temp $ chown Administrator temp $ chmod -x temp $ ls -l total 1 -rw-rw-rw- 1 Administ None 5 Sep 25 14:56 temp perry cannot chmod a file owned by perry, but perry can change the file's ownership to Administrator and then chmod the file. -- 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/
webmaster | delorie software privacy |
Copyright © 2019 by DJ Delorie | Updated Jul 2019 |