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.)



A. Timestamps
B. MD5 checksums
C. Inodes
D. File sizes
E. GnuPG signatures

題解

RPM的套件管理可以使用「rpm」指令來操作本地的rpm檔案。

rpm指令至少會驗證以下9項檔案屬性:

  • Owner
  • Group
  • Mode
  • MD5 Checksum
  • Size
  • Major Number
  • Minor Number
  • Symbolic Link String
  • Modification Time

所以答案是選項A、B、D。