Which THREE of the following commands can be used to display information about file systems?
df displays mounted file system usage including size, used space, and mount points.
Why this answer
The `df` command displays information about mounted file systems, including total size, used space, available space, and mount points. It reads the /proc/mounts file to show file system usage statistics, making it a primary tool for file system information.
Exam trap
Red Hat often tests the distinction between disk partitioning tools (fdisk) and file system information commands, so candidates mistakenly select fdisk because it lists partitions, but it does not display file system details like type or usage.