From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 28517 invoked by alias); 2 Jan 2002 09:17:37 -0000 Mailing-List: contact cygwin-help@cygwin.com; run by ezmlm Precedence: bulk List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-owner@cygwin.com Received: (qmail 28485 invoked from network); 2 Jan 2002 09:17:30 -0000 Received: from unknown (HELO yuha.menta.net) (212.78.128.42) by sources.redhat.com with SMTP; 2 Jan 2002 09:17:30 -0000 Received: from gibson.menta.net ([212.78.128.22]) by yuha.menta.net (Netscape Messaging Server 4.15) with ESMTP id GPB0LA02.SR6 for ; Wed, 2 Jan 2002 10:19:58 +0100 Received: from netcom.es ([62.57.109.127]) by gibson.menta.net (Netscape Messaging Server 4.15) with ESMTP id GPB0AH01.8GJ for ; Wed, 2 Jan 2002 10:13:29 +0100 Message-ID: <3C32CF94.72B71A1E@netcom.es> Date: Wed, 02 Jan 2002 01:17:00 -0000 From: "JOSE (GRI)" X-Mailer: Mozilla 4.78 [es] (Windows NT 5.0; U) X-Accept-Language: es MIME-Version: 1.0 To: "cygwin@cygwin.com" Subject: Re: CHMOD propblem !!! References: <3C30387D.8E5C5372@netcom.es> <3C303C56.9080500@syntrex.com> <3C303CFE.EF1D0887@netcom.es> <3C303EE7.8050909@syntrex.com> <3C304059.ABAB3D7A@netcom.es> <3C30604E.3060403@syntrex.com> <3C32CAA4.83C8C8C7@netcom.es> <03b801c1936d$82f86600$0200a8c0@lifelesswks> Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: 8bit X-SW-Source: 2002-01/txt/msg00026.txt.bz2 > > I'm out of ideas :( Have you tried chmod-ing from the bash shell ? Yes: bash-2.05a$ chmod 777 p.txt chmod: changing permissions of `p.txt': Permission denied >> Also, what does >> C:\> ls -ld . >> and >> C:\> CACLS . >> show? C:\>ls -ld drwxrwxrwx 11 jose Administ 8192 Dec 31 09:48 . C:\>CACLS Muestra o modifica las listas de control de acceso (ACL) de archivos CACLS archivo [/T] [/E] [/C] [/G usuario:perm] [/R usuario [...]] [/P usuario:perm [...]] [/D usuario [...]]); archivo Muestra ACLs. /T Cambia las ACLs de los archivos especificados en el directorio actual y en todos los subdirectorios. /E Modifica la ACL en vez de remplazarla. /C Continúa cambiando ACLs, omitiendo errores. /G usuario:perm Concede derechos de acceso al usuario. Perm puede ser: R Leer W Escribir C Cambiar (escribir) F Control total /R usuario Suspende los derechos del usuario (sólo con /E). /P usuario:perm Sustituye los derechos de acceso del usuario. Perm puede ser: N Ninguno R Leer W Escribir C Cambiar (escribir) F Control total /D usuario Denegar acceso al usuario especificado. Se pueden usar comodines para especificar más de un archivo en el comando. Puede especificar más de un usuario en el comando. Robert Collins ha escrito: > === > ----- Original Message ----- > From: "JOSE (GRI)" > To: > Sent: Wednesday, January 02, 2002 7:53 PM > Subject: Re: CHMOD propblem !!! > > > > > > I'm out of ideas :( Have you tried chmod-ing from the bash shell ? > > > Can you post the output of "cygcheck -r -s -v" ? > > > > Jose, you haven't answered the first question. Please do so! > > Also, what does > C:\> ls -ld . > and > C:\> CACLS . > show? > > Rob -- 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/