Hello!
We have two Alpha's 2100 with files systems mounted by NFS.
When we trying to know the time of the last acces of a file, we do:
ls -lu file
the answer is not correct.
Example:
> ls -lu .cshrc
-rwxr-xr-x 1 pepe other 1726 Sep 22 19:53 .cshrc
> sort .cshrc > /dev/null
> date
Wed Feb 7 09:31:50 WET 1996
> ls -lu .cshrc
-rwxr-xr-x 1 pepe other 1726 Sep 22 19:53 .cshrc
If we do the commands over a file system no mounted by NFS, the answer
is correct.
The version of OSF is 3.2 and NFS is V3.
Thanks in advanced.
______________________________________________________________________-
Antonia Gomez Gonzalez
LCFIB - UPC
E-mail: antonia_at_fib.upc.es
______________________________________________________________________-
Received on Wed Feb 07 1996 - 10:00:23 NZDT