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]

Re: chmod broke? Or perhaps ' ls -l ' is inaccurate here


Lassi A. Tuura wrote:
> 
> Allan Peda wrote:
> > bash$ chmod -v 777 input.
> [snip]
> > -rw-r--r--   1 544      everyone   111586 May 29 21:12 input
> 
> Am I misunderstanding something?  You show two files, `input.' and
> `input'.   Perhaps you are just looking at the wrong file?

Okay... double check here... (I try both spellings below):

ash$ cd /usr/work
ash$ ls -l i*
rw-r--r--   1 544      everyone   111586 May 29 21:12 input
rw-r--r--   1 544      everyone      227 May 29 21:10 input.cpp
rw-r--r--   1 544      everyone      203 May 29 21:06 input.mak
ash$ chmod -v 777 input.
ode of input. changed to 0777 (rwxrwxrwx)
ash$ ls -l i*
rw-r--r--   1 544      everyone   111586 May 29 21:12 input
rw-r--r--   1 544      everyone      227 May 29 21:10 input.cpp
rw-r--r--   1 544      everyone      203 May 29 21:06 input.mak
ash$ chmod -v 777 input
ode of input changed to 0777 (rwxrwxrwx)
ash$ ls -l i*
rw-r--r--   1 544      everyone   111586 May 29 21:12 input
rw-r--r--   1 544      everyone      227 May 29 21:10 input.cpp
rw-r--r--   1 544      everyone      203 May 29 21:06 input.mak
ash$

Hmmm, still peculiar.

Thanks for the reply 

Allan
-
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]