Linux Foundation Certified System Administrator (LFCS) — Question 109
Instead of supplying an explicit device in /etc/fstab for mounting, what other options may be used to identify the intended partition? (Choose TWO correct answers.)
Answer options
- A. FIND
- B. ID
- C. LABEL
- D. NAME
- E. UUID
Correct answer: C, E
Explanation
The correct options are LABEL and UUID, as they allow you to identify partitions in a more reliable way than using device names, which can change. FIND and NAME are not valid methods for this purpose, and ID is not a standard option for specifying partitions in /etc/fstab.