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]

Re: Cannot set time on read-only file (Win2k)


On Fri, May 04, 2001 at 04:44:58PM +0400, Andrej Borsenkow wrote:
> I noticed this problem when mirroring off Unix site - if file is read-only,
> time cannot be set. This of course confuses mirror a bit (why I had to mirror
> under Cygwin is another sad story :-)
> 
> mw1g017@MW1G17C% ll ld-linux.so.2
> -r-xr-xr-x   1 mw1g017  ITS         87036 Apr 18 10:19 ld-linux.so.2*
> mw1g017@MW1G17C% touch ld-linux.so.2
> touch: ld-linux.so.2: Permission denied
> mw1g017@MW1G17C% chmod u+w ld-linux.so.2
> mw1g017@MW1G17C% touch ld-linux.so.2
> 
> This is somewhat unexpected and does not correspond to Unix. Is it possible to
> change it or is it Windows restriction?

It's a Windows restriction. Setting the file time requires opening
the file for writing.

Corinna

-- 
Corinna Vinschen                  Please, send mails regarding Cygwin to
Cygwin Developer                                mailto:cygwin@cygwin.com
Red Hat, Inc.

--
Want to unsubscribe from this list?
Check out: http://cygwin.com/ml/#unsubscribe-simple


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