nerdexam
ExamsLX0-103Questions#6
CompTIA

LX0-103 · Question #6

LX0-103 Question #6: Real Exam Question with Answer & Explanation

The correct answer is A: Timestamps. The rpm --verify command validates installed package files against the RPM database using several metadata attributes, but not all possible file attributes.

Question

When using rpm --verify to check files created during the installation of RPM packages, which of the following information is taken into consideration? (Choose THREE correct answers.)

Options

  • ATimestamps
  • BMD5 checksums
  • CInodes
  • DFile sizes
  • EGnuPG signatures

Explanation

The rpm --verify command validates installed package files against the RPM database using several metadata attributes, but not all possible file attributes.

Common mistakes.

  • C. Inode numbers are not recorded in the RPM database and are not used by rpm --verify because inodes are filesystem-level identifiers that change between installations.
  • E. GnuPG signatures verify the authenticity of the package itself at install time via rpm --checksig, and are not part of the per-file verification performed by rpm --verify.

Concept tested. RPM package file integrity verification attributes

Reference. https://linux.die.net/man/8/rpm

Community Discussion

No community discussion yet for this question.

Full LX0-103 Practice
When using rpm --verify to check files created during the... | LX0-103 Q#6 Answer | NerdExam