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]
Other format: [Raw text]

Re: CHMOD propblem !!!


> > 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)" <gri@netcom.es>
> To: <cygwin@cygwin.com>
> 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/


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