7.2.17 xattr

List and modify extended attributes for files and vaults.

Syntax

xattr { -a | --add } name xname xval 
      [{ -w | --wallet } wallet-location ] [ -D | --debug ]
xattr { -d | --delete } name xname 
      [{ -w | --wallet } wallet-location ] [ -D | --debug ]
xattr { -l | --list } name [ -v | --verbose ] [ -u | --unlimited ] 
      [{ -w | --wallet } wallet-location ] [ -D | --debug ]

Command Options

The options for the xattr command are:

  • name: Specifies the file or vault that is the subject of the command.

  • xname: Specifies the name of the extended attribute that is the subject of the command.

  • xval: Specifies the value of the extended attribute.

  • -a, --add: Adds (or updates) an extended attribute to the specified file or vault.

  • -d, --delete: Deletes an extended attribute from the specified file or vault.

  • -l, --list: Displays extended attributes associated with the specified file or vault.

  • -v, --verbose: Displays extended attributes with size information.

  • -u, --unlimited: Displays complete extended attribute values. If not specified, the output of extended attribute values is limited to 80 characters.

  • -w, --wallet: Optionally specifies the path to the Exascale wallet directory.

  • -D, --debug: Optionally enables debug mode.