Write a command that lists all of the permanent filesystems currently mounted on a Linux system on the terminal screen. The output will include all the default fields per file.

a) ls -l /mnt
b) lsblk -f
c) df -T
d) mount -l