How To - Linux List Disk Partitions Command

Originally published at: https://www.cyberciti.biz/faq/linux-list-disk-partitions-command/

How do I list all hard disk partitions under a Linux operating systems using the CLI?

cat /proc/partitions

fdisk -l

lsblk

choose the one that best fits for you…