Re: How do I change the ctime of a vfat file?

2000-12-08 Thread Chris Karakas
Martin Brown wrote: How do I change the ctime of a vfat file? try moving it Sorry, I've tried it, but this does not change the *ctime* of a vfat file. Check with ls -lc to see yourself. Any other ideas? -- Regards Chris Karakas Dont waste your cpu time - crack rc5: http

Re: How do I change the ctime of a vfat file?

2000-12-08 Thread Gary Algier
: Martin Brown wrote: How do I change the ctime of a vfat file? try moving it Sorry, I've tried it, but this does not change the *ctime* of a vfat file. Check with ls -lc to see yourself. Any other ideas? -- Regards Chris Karakas DonĀ“t waste your cpu time - crack rc5: http

Re: How do I change the ctime of a vfat file?

2000-12-08 Thread John R. Jackson
touch -a file I know you said you don't care about the access time, but FYI, if your touch command supports it, you should be able to do this: touch -a -r file file which says "set the access time on file to be the same as the access time on file". That should update the atime to the same