|
|
You can check the attributes of any file installed during installation using pkgadd.
to check the current characteristics of the files in a specific package against the package information that was stored during installation.
A detailed description of any problems found is reported by pkgchk on standard error output, so redirect standard error output to a file (as shown in the above command line).
Once you obtain problem descriptions, you can use the chmod, chown, chgrp, and filepriv commands to reset any file characteristics found to be in error.