View Single Post

   
  #7 (permalink)  
Old 02-20-2008, 06:18 AM
William Hamblen
 
Posts: n/a
Default Re: [OT] Permissions, attributes and so on.....

On 2005-02-17, Stanislaw Flatto <compaid@shoalhaven.net.au> wrote:
> Now the story:
> When browsing I found few of them in wrong position so (mea culpa!)
> rebooted Windows and tried to rotate them in right direction.
> But I cannot save them with the original name, the OS reports that the
> file is "read only".
> Now the question: When did the attributes got set?
> Was it when burning to CD?
> The original collection has no limits on manipulating those files and
> saving with the same name.


Windows 98 does things differently. Files on a read-only medium such
as a CD-ROM keep the read-only attribute when you copy to a writeable
partition, so you need to make the files writeable using attrib -r from
the MS-DOS prompt or do a lot of pointing and clicking from explorer.

Linux will keep the write permission bits when you copy the file from
a file system mounted read-only to a writeable file system.

Reply With Quote