Volume_Trustees.xml

Contains information about the trustee assignments to file and directories on the specified volume.

Syntax

<Volume_Trustee_Report name=""> <!-- Root element. The root attribute is the volume's name. -->
   <Trustee_List type="">    <!-- The type attribute is either
                               "subdirectory" or "file". A Trustee_List
                              can contain one or more User elements. -->
      <Path>                 <!-- The full path to the entry from the
                             root of the volume. -->
      <User rights="">  <!-- A character string with the following
                        posibilities: SRWCEMFA. Each position can
                        contain an underline or a letter for the right
                         to be assigned, according to the following list:
                                    S Supervisor
                                    R Read Files
                                    W Write Files
                                    C Create Entries
                                    E Delete Entries
                                    M Modify Entries
                                    F File Scan
                                    A Access Control      -->
      </trustee>
   </trustees>

Elements

Volume_Trustee_Report

Specifies the root element.

Trustee_List

Specifies information about each user.

Path

Specifies the full path to the entry from the root of the volume.

User

Specifies a character string with the following possibilities: SRWCEMFA. Each position contains an underline or a letter that represents the rights to be assigned.

Attributes

name

Specifies the volume's name.

type

Specifies the type of the trustee list:

  • subdirectory
  • file
rights

Specifies the rights to be assigned:

  • S Supervisor
  • R Read Files
  • W Write Files
  • C Create Entries
  • E Delete Entries
  • M Modify Entries
  • F File Scan
  • A Access Control

Remarks

This data is placed at the root of a volume after an inventory is performed. The file contains data that was created the last time a volume or server inventory was performed.