Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Re: PATCH: prompt escape tests
- X-seq: zsh-workers 9535
- From: Dan Nelson <dnelson@xxxxxxxxxxxx>
- To: Tanaka Akira <akr@xxxxxxxxxxx>
- Subject: Re: PATCH: prompt escape tests
- Date: Wed, 2 Feb 2000 10:51:04 -0600
- Cc: zsh-workers@xxxxxxxxxxxxxx
- In-reply-to: <rsq66w7zib1.fsf@xxxxxxxxxxxxxxxxx>; from "Tanaka Akira" on Thu Feb 3 01:21:38 GMT 2000
- Mailing-list: contact zsh-workers-help@xxxxxxxxxxxxxx; run by ezmlm
- References: <200002020834.JAA09905@xxxxxxxxxxxxxxxxxxxxxxxxxxxx> <rsq66w7zib1.fsf@xxxxxxxxxxxxxxxxx>
In the last episode (Feb 03), Tanaka Akira said:
> In article <200002020834.JAA09905@xxxxxxxxxxxxxxxxxxxxxxxxxxxx>,
> Sven Wischnowsky <wischnow@xxxxxxxxxxxxxxxxxxxxxxx> writes:
>
> > I wanted to mention that again anyway... A collegue noticed this
> > for some newer Solaris version, too: nowadays some systems don't
> > update the atime inode field anymore when a file is read, which
> > makes the -N condition test fail.
>
> This problem is not Solaris specific and can be reproduced on Linux.
> I think it is caused by NFS.
I think it's a POSIX requirement that atime must be updated.
Lots of unixes do let let you disable atime updates though (usually by
mount -o noatime). It's useful for news servers or FTP archives that
do a lot of reading and don't really care about the atime field. I
looked on my Solaris 2.6 box and there doesn't seem to be a way to
disable atime updates. 7 or 8 might very well be able to, though.
--
Dan Nelson
dnelson@xxxxxxxxxxxx
Messages sorted by:
Reverse Date,
Date,
Thread,
Author