CompTIA Linux+ Powered by LPI (LX0-103) — Question 25

In order to display all currently mounted filesystems, which of the following commands could be used? (Choose TWO correct answers.)

Answer options

Correct answer: A, C

Explanation

The commands 'cat /proc/self/mounts' and 'mount' are valid for displaying currently mounted filesystems. The 'free' command is used for memory information, 'lsmounts' is not a standard command, and 'cat /proc/filesystems' lists available filesystems rather than those currently mounted.