LPIC-1 Exam 101 (Linux Administrator) — Question 22
What can the Logical Volume Manager (LVM) be used for? (Choose THREE correct answers.)
Answer options
- A. To create RAID 9 arrays.
- B. To dynamically change the size of logical volumes.
- C. To encrypt logical volumes.
- D. To create snapshots.
- E. To dynamically create or delete logical volumes.
Correct answer: B, D, E
Explanation
The correct answers are B, D, and E because LVM allows for dynamic resizing of logical volumes, creating snapshots, and the dynamic creation or deletion of logical volumes. Option A is incorrect as LVM does not create RAID 9 arrays, and option C is wrong because LVM does not inherently provide encryption capabilities.