QuestionQ57

Essential Commands

When using rpm --verify to examine files created during installation of RPM packages, which of the following information is considered?

Choose three
  • A Timestamps
  • B MD5 checksums
  • C Inodes
  • D File sizes
  • E GnuPG signatures
Explanation

RPM file verification compares installed files with their recorded package metadata, including modification timestamps, file digests (formerly MD5 checksums), and file sizes. Inode numbers are not among the file-verification attributes, while GnuPG signatures are package-signature checks rather than installed-file attributes.

Learn more

Community Discussion

No comments yet. Be the first to start the discussion!