HP3000-L Archives

March 1995, Week 4

HP3000-L@RAVEN.UTC.EDU

Options: Use Monospaced Font
Show Text Part by Default
Show All Mail Headers

Message: [<< First] [< Prev] [Next >] [Last >>]
Topic: [<< First] [< Prev] [Next >] [Last >>]
Author: [<< First] [< Prev] [Next >] [Last >>]

Print Reply
Subject:
From:
Jeff Vance <[log in to unmask]>
Reply To:
Jeff Vance <[log in to unmask]>
Date:
Mon, 27 Mar 1995 15:22:01 -0800
Content-Type:
text/plain
Parts/Attachments:
text/plain (30 lines)
Pete Williams wrote:
>...
> It seems that using Finfo, you can get statistics on just about
>everything else a file has, except for the last access time.
 
Once you do get 5.0 you can use finfo to get the last accessed time.
The item number is 40, the mnemonic is 'ACCESS TIME'.  You can enter
:help finfo to see all the items.  Since I didn't remember the name
I did this:
  :help finfo >foo
  :save foo
  :grep 'ACCESS FOO' (note: hpbin.sys is in my hppath var)
 7    ACCESSED                    String         Last access date
      FMTACCESSED
      LAST ACCESS DATE
-7    LAST ACCESS DATE INTEGER    Integer        Last access date
      INTACCESSED
 40   ACCESS TIME                 String         Time of last file
      FMTACCESSTIME                              access (clock format)
      LAST ACCESS TIME
-40   LAST ACCESS TIME INTEGER    Integer        Time of last access
      INTACCESSTIME                              (clock format)
 
Also, on 5.0 there is the ALTFILE command which allows you
to alter a file's owner (creator) and POSIX group id (GID)
 
I know this doesn't help you on 4.0....sorry.
 
Jeff Vance, MPE Lab

ATOM RSS1 RSS2