Question:  Why is it that on any machine other than the one I started the
               process on, the file size is 0 still and the modification time
               is the time when I started ``jo'', BUT the file size and
               file modification are being updated properly as ``jo'' runs
               on the machine I started ``jo'' from?
  
You do not the that data written into jo.out on the other machines
because the file has not been closed.  AFS clients do not store
data to the server until the file is closed.

        -Larry

Reply via email to