Linux Foundation Certified System Administrator (LFCS) — Question 60
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.)
Answer options
- A. Timestamps
- B. MD5 checksums
- C. Inodes
- D. File sizes
- E. GnuPG signatures
Correct answer: A, B, D
Explanation
The correct answers are A, B, and D because rpm --verify checks timestamps, MD5 checksums, and file sizes to ensure the integrity of installed files. Inodes and GnuPG signatures are not evaluated by this command, making them incorrect choices.