LPIC-1 Exam 101 v5 (Linux Administrator) — Question 87
Instead of supplying an explicit device in /etc/fstab for mounting, what other options may be used to identify the intended partition? (Choose two.)
Answer options
- A. LABEL
- B. ID
- C. FIND
- D. NAME
- E. UUID
Correct answer: A, E
Explanation
The correct answers are LABEL and UUID because both methods allow for identifying partitions without directly specifying the device name. The other options, ID, FIND, and NAME, do not serve the same purpose in the context of /etc/fstab.