LPIC-1 Exam 101 v5 (Linux Administrator) — Question 46
In order to display all currently mounted filesystems, which of the following commands could be used? (Choose two.)
Answer options
- A. cat /proc/self/mounts
- B. free
- C. lsmounts
- D. mount
- E. cat /proc/filesystems
Correct answer: A, D
Explanation
The correct answers are A and D because both 'cat /proc/self/mounts' and 'mount' display information about mounted filesystems. Option B, 'free', shows memory usage, while C, 'lsmounts', is not a standard command, and E, 'cat /proc/filesystems', lists available filesystems but does not indicate which are currently mounted.