Linux CLI - Disk and Storage
What will be the output of the command
lsblk -d -o NAME,SIZE if the system has two disks: /dev/sda (500G) and /dev/sdb (1T)?lsblk -d -o NAME,SIZE if the system has two disks: /dev/sda (500G) and /dev/sdb (1T)?-d option shows only disks, not partitions.NAME shows disk names, SIZE shows disk sizes exactly as 500G and 1T.15+ quiz questions · All difficulty levels · Free
Free Signup - Practice All Questions