LPIC-1 Exam 101 (Linux Administrator) — Question 9

Which of the following are filesystems which can be used on Linux root partitions? (Choose two.)

Answer options

Correct answer: B, E

Explanation

The correct answers are B (ext3) and E (swap). ext3 is a commonly used filesystem for Linux root partitions, while swap is not a filesystem but a space on disk used for memory management. NTFS, XFS, and VFAT are not typically used for Linux root partitions.