       1mfstat 4m22mfileId24m ?4mitem24m? | ?1mstat 4m22marrayvar24m?

              Obtain status information about an open file.

              The following keys are used to identify data items:

              1matime  22mThe time of last access.

              1mctime  22mThe time of last file status change

              1mdev    22mThe  device  containing  a  directory for the file.  This
                     value uniquely identifies the file system  that  contains
                     the file.

              1mgid    22mThe group ID of the file's group.

              1mino    22mThe  inode  number.   This  field uniquely identifies the
                     file in a given file system.

              1mmode   22mThe mode of the file (see the 1mmknod 22msystem call).

              1mmtime  22mTime when the data in the file was last modified.

              1mnlink  22mThe number of links to the file.

              1msize   22mThe file size in bytes.

              1mtty    22mIf the file is associated with a terminal, then 1  other-
                     wise 0.

              1mtype   22mThe  type  of  the file in symbolic form, which is one of
                     the following values: 1mfile22m, 1mdirectory22m,  1mcharacterSpecial22m,
                     1mblockSpecial22m, 1mfifo22m, 1mlink22m, or 1msocket22m.

              1muid    22mThe user ID of the file's owner.

              If  one  of these keys is specified as 4mitem24m, then that data item
              is returned.

              If 1mstat 4m22marrayvar24m is specified, then the information is  returned
              in  the  array 4marrayvar24m.  Each of the above keys indexes an ele-
              ment of the array containing the data.

              If only 4mfileId24m is specified, the command returns the data  as  a
              keyed list.

              The  following  values  may be returned only if explicitly asked
              for, it will not be returned with the array or keyed list forms:

              1mremotehost0m
                     If  4mfileId24m  is a TCP/IP socket connection, then a list is
                     returned with the first element being the remote host  IP
                     address.   If  the  remote  host name can be found, it is
                     returned as the second element of the list.   The  remote
                     host IP port number is the third element.

              1mlocalhost0m
                     If  4mfileId24m  is a TCP/IP socket connection, then a list is
                     returned with the first element being the local  host  IP
                     address.   If  the  local  host  name can be found, it is
                     returned as the second element of the  list.   The  local
                     host IP port number is the third element.
