Answers for "view block devices and file systems on linux"

0

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.
Posted by: Guest on March-18-2022

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language