On Wed, 31 May 2000, Randall Hopper wrote: > I can write the file as either user, but in the non-root case the resulting > file modification time is wrong. You can only use utimes if you are root or you own or have write permission on the file. You aren't root so do you own or have write permisison to the new file? FAT doesn't support ownership so what does the owner default to - it may not be you? What permisions are on the file when utimes is called? I may be way off... Andrew To Unsubscribe: send mail to [EMAIL PROTECTED] with "unsubscribe freebsd-stable" in the body of the message
