Maintenance Commands                                   fsattr(1m)


NAME
     fsattr - Administers file-system attribute data

SYNOPSIS
     fsattr { -C | -E } [ -y | -n ] [ -v ] pathname

DESCRIPTION
     The fsattr command lists or checks  file-system  attributes,
     which  are  used  to  store access control lists (ACLs - see
     acladm) and "extended attribute" data used by OS/2  clients.
     The  check  (-C) option traverses all files below the speci-
     fied pathname and checks for any inconsistencies.

OPTIONS
  -C
     Checks and repairs attribute data.  The command prompts  the
     user  before  making repairs.  If the -y option is used, the
     command makes repairs without asking about each.

  -E
     Enumerates all attribute data found below pathname.

  -y
     Repairs are made without prompting the user for input.

  -n
     No changes are made  to  attribute  data.   (Just  list  any
     inconsistencies.)

  -v
     Verbose messages are printed.

EXAMPLE
     To check all file-system attribute data below pathname , use
     the command:


          fsattr -Cy pathname