NAME

  cfmugm - cfm user, group, mode and timestamp restore from rpmdb


SYNOPSIS

  cfmugm [-d] [-q] [-u] [-g] [-m] [-t] <file> [...]

    -d  display diff between rpmdb and current file params, default
        1st value is from rpmdb, 2nd from current host file
        null output means all params matched
    -q  query rpmdb for file's correct params
    -u  reset uid
    -g  reset gid
    -m  reset mode
    -t  reset timestamp if size & md5 match


DESCRIPTION

  Reset file's uid, gid, mode, or timestamp to those in the rpmdb.
  The -t timestamp option suceeds only if size and md5 match the rpmdb.


NOTES

  cfmugm uses the first rpmdb entry for the file.
  If there are multiple entries they SHOULD all be the same.
  Cfmugm will tell you if they don't. Conflicting entries will 
  cause `rpm -V' to report errs which cfmugm can not fix.
  Complain to the packagers of the rpms.


SEE ALSO

cfm-cmd-list