View block devices and file systems on linux Code Example
view block devices and file systems on linux
~$lsblk
#In Linux, you can view block devices and file systems attached to your
system using the lsblk command.
This command gathers information about all devices attached to the system,
and prints them out using a tree-like structure.