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

chmod doesn't seem to work



Has anyone fixed chmod to work with ls - it currently seems to do nothing:

[/h] type -a ls chmod
ls is aliased to `ls -FC'
ls is /c/gnuwin32/b18/h-i386-cygwin32/bin/ls
chmod is /c/gnuwin32/b18/h-i386-cygwin32/bin/chmod
chmod is /c/PVCS/nt/chmod
[/h] touch x
[/h] ls -l x
-rw-r--r--   1 JCooper  Domain U        0 Jul 03 17:50 x
[/h] chmod 666 x
[/h] ls -l x
-rw-r--r--   1 JCooper  Domain U        0 Jul 03 17:50 x
[/h] chmod o+w x
[/h] ls -l x
-rw-r--r--   1 JCooper  Domain U        0 Jul 03 17:50 x

Thanks,

    --- John

-
For help on using this list (especially unsubscribing), send a message to
"gnu-win32-request@cygnus.com" with one line of text: "help".


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